Add 'fd' as 'jj'-like escape sequence

This commit is contained in:
Sage Vaillancourt 2020-06-07 13:43:01 -04:00
parent 890b09deb9
commit 4f2e506ab1
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -39,6 +39,7 @@ set tags=./tags;/
" *** BINDINGS *** " *** BINDINGS ***
" Beautful escapes " Beautful escapes
inoremap fd <Esc>l
inoremap jj <Esc>l inoremap jj <Esc>l
inoremap jk <Esc>l inoremap jk <Esc>l
inoremap kj <Esc>l inoremap kj <Esc>l