remap some keys for faster vim cmd line movement
This commit is contained in:
parent
87d76a78fa
commit
2a40a7a30f
4
vimrc
4
vimrc
|
@ -271,6 +271,10 @@ endfunction
|
||||||
call MapCR()
|
call MapCR()
|
||||||
nnoremap <leader><leader> <c-^>
|
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
|
" ABBREVIATIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user