Add keybindings

master
Hektor Misplon 2020-05-08 15:16:18 +00:00
parent bd84e769f8
commit 5b47edb01b
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -69,7 +69,9 @@ inoremap <right> <nop>
" quick quit " quick quit
nnoremap <leader>w :w<cr> nnoremap <leader>w :w<cr>
nnoremap <leader>W :wq<cr>
nnoremap <leader>q :q<cr> nnoremap <leader>q :q<cr>
nnoremap <leader>Q :q!<cr>
" quick exit insert " quick exit insert
inoremap jj <esc> inoremap jj <esc>