Add shortcuts
parent
a31375a756
commit
2cb2f7e631
9
.vimrc
9
.vimrc
|
@ -28,8 +28,15 @@ map <Down> <NOP>
|
||||||
map <Left> <NOP>
|
map <Left> <NOP>
|
||||||
map <Right> <NOP>
|
map <Right> <NOP>
|
||||||
|
|
||||||
" forgiving exit
|
" quick normal mode
|
||||||
|
inoremap jk <Esc>
|
||||||
|
|
||||||
|
" quick-quit
|
||||||
:ca Q q
|
:ca Q q
|
||||||
|
:ca Q! q!
|
||||||
|
|
||||||
|
" quick help
|
||||||
|
:ca htab :tab h
|
||||||
|
|
||||||
" 2x scrolling
|
" 2x scrolling
|
||||||
nnoremap <C-e> 2<C-e>
|
nnoremap <C-e> 2<C-e>
|
||||||
|
|
Loading…
Reference in New Issue