Add shortcuts

master
Hektor Misplon 2020-02-16 12:15:17 +00:00
parent a31375a756
commit 2cb2f7e631
1 changed files with 8 additions and 1 deletions

9
.vimrc
View File

@ -28,8 +28,15 @@ map <Down> <NOP>
map <Left> <NOP>
map <Right> <NOP>
" forgiving exit
" quick normal mode
inoremap jk <Esc>
" quick-quit
:ca Q q
:ca Q! q!
" quick help
:ca htab :tab h
" 2x scrolling
nnoremap <C-e> 2<C-e>