From cd152f0f6da5ecd557a347a7539726181822641f Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 3 Dec 2015 16:59:33 +0100 Subject: [PATCH] Window switching for insert mode --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 76494e3..8db4f15 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -191,6 +191,10 @@ nnoremap l nnoremap h nnoremap j nnoremap k +inoremap l +inoremap h +inoremap j +inoremap k nnoremap K :q " Quick macroing nnoremap Q @@