Send line number to sublime
This commit is contained in:
parent
d5baf70eb0
commit
1129b755d2
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -149,7 +149,7 @@ map <Leader>fj :%!python -m json.tool<cr>
|
||||||
map <Leader>fw :StripWhitespace<cr>
|
map <Leader>fw :StripWhitespace<cr>
|
||||||
map <Leader>pm :set paste!<cr>
|
map <Leader>pm :set paste!<cr>
|
||||||
map <Leader>sa :Move %<tab>
|
map <Leader>sa :Move %<tab>
|
||||||
map <Leader>sb :!subl %:p<CR>
|
map <Leader>sb :exe "!subl %:p:" . line(".")<cr><cr>
|
||||||
map <Leader>se :e ~/.vimrc<cr>
|
map <Leader>se :e ~/.vimrc<cr>
|
||||||
map <Leader>sc :pclose<cr>
|
map <Leader>sc :pclose<cr>
|
||||||
map <Leader>sw :SudoWrite<cr>
|
map <Leader>sw :SudoWrite<cr>
|
||||||
|
|
Loading…
Reference in a new issue