remap some keys for faster vim cmd line movement

This commit is contained in:
Michael Campagnaro 2015-10-17 17:39:18 -04:00
parent 87d76a78fa
commit 2a40a7a30f

4
vimrc
View File

@ -271,6 +271,10 @@ endfunction
call MapCR()
nnoremap <leader><leader> <c-^>
" Make it easier to jump around the command line. The default behaviour is
" using the arrow keys with or without shift
:cnoremap <C-j> <S-Left>
:cnoremap <C-k> <S-Right>
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" ABBREVIATIONS