Updated vimscript for clarity in reading
This commit is contained in:
parent
705d13857a
commit
72c1f08b55
@ -34,8 +34,8 @@ nnoremap <Leader>f z
|
||||
nnoremap <Leader>j ddpkJ
|
||||
|
||||
" move the current line one below where it is
|
||||
nnoremap - :m +1 <CR>
|
||||
nnoremap _ :m -2 <CR>
|
||||
nnoremap - :move +1 <CR>
|
||||
nnoremap _ :move -2 <CR>
|
||||
|
||||
" \t for rerun last 'vimtest' command:
|
||||
nnoremap <Leader>t q:?vimtest<CR><CR>
|
||||
|
Loading…
Reference in New Issue
Block a user