From ea74eca230a49660785e62d552be65823f8e074a Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 30 Jan 2020 19:23:20 +0100 Subject: [PATCH] Remove kj binding to exit Insert mode in vim The timeout every time I ended a word with k was annoying me. So there aren't really any words that end in j and one mapping for this is enough. --- dotfiles/.config/vim/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/.config/vim/vimrc b/dotfiles/.config/vim/vimrc index f957d70..e7f6217 100644 --- a/dotfiles/.config/vim/vimrc +++ b/dotfiles/.config/vim/vimrc @@ -175,7 +175,6 @@ let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" " quickly exit insert mode inoremap jk - inoremap kj " retain selection when indenting/unindenting in visual mode vnoremap > >gv