wrist pain
This commit is contained in:
parent
dcbbaa36e2
commit
db35ce6048
2 changed files with 9 additions and 4 deletions
4
inputrc
4
inputrc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue