Just make vim impossible for a normal person to use. Escape is no-op
This commit is contained in:
parent
0ea46582cd
commit
ee67b0bfa1
1 changed files with 4 additions and 4 deletions
|
@ -144,13 +144,13 @@ let localmapleader = "\\"
|
|||
"
|
||||
" UPDATE: As a Qwerty user (now), I can use jk
|
||||
inoremap jk <esc>
|
||||
|
||||
" Terminal mode setting
|
||||
tnoremap jk <C-\><C-n>
|
||||
|
||||
" Visual mode setting
|
||||
vnoremap jk <esc>
|
||||
|
||||
inoremap <esc> <nop>
|
||||
tnoremap <esc> <nop>
|
||||
vnoremap <esc> <nop>
|
||||
|
||||
" Go to most recently edited file
|
||||
nnoremap <leader><leader> <c-^>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue