wrist pain

This commit is contained in:
Frank Villaro-Dixon 2016-01-22 17:38:33 +01:00
parent dcbbaa36e2
commit db35ce6048
2 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#set editing-mode vi
#set keymap vi
set editing-mode vi
set keymap vi-command
set completion-ignore-case on
#set completion-map-case on
#set show-all-if-ambiguous on

View file

@ -59,8 +59,13 @@ filetype plugin on
filetype indent on
noremap <S-Space> <Esc>
imap kj <ESC>
imap jk <ESC>
"Wrist pain
inoremap kj <ESC>
"Will quickly get rid of the habit
inoremap <Esc> <ESC>:wq<Enter>
noremap j gj
noremap k gk