From 4f2e506ab1ce45ec660f2f5ed4f27694719036a7 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 7 Jun 2020 13:43:01 -0400 Subject: [PATCH] Add 'fd' as 'jj'-like escape sequence --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d4d0007..e5a35a5 100644 --- a/.vimrc +++ b/.vimrc @@ -39,6 +39,7 @@ set tags=./tags;/ " *** BINDINGS *** " Beautful escapes +inoremap fd l inoremap jj l inoremap jk l inoremap kj l