mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
align comments style
This commit is contained in:
4
vimrc
4
vimrc
@@ -229,10 +229,10 @@ nmap <silent> <leader>pp :set invpaste<CR>
|
|||||||
nmap <silent> <leader>nn :set invnumber<CR>
|
nmap <silent> <leader>nn :set invnumber<CR>
|
||||||
nmap <silent> <leader>ii :set invrelativenumber<CR>
|
nmap <silent> <leader>ii :set invrelativenumber<CR>
|
||||||
|
|
||||||
" <Leader>0: Run the visually selected code in node and replace it with the output
|
"" <Leader>0: Run the visually selected code in node and replace it with the output
|
||||||
vnoremap <silent> <Leader>0 :!node<cr>
|
vnoremap <silent> <Leader>0 :!node<cr>
|
||||||
|
|
||||||
" +/-: Increment number
|
"" +/-: Increment number
|
||||||
nnoremap + <c-a>
|
nnoremap + <c-a>
|
||||||
nnoremap - <c-x>
|
nnoremap - <c-x>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user