From 666e41a8299deda915663697d8448f1e53deccf6 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sat, 31 Oct 2015 20:54:07 +0100 Subject: [PATCH] Mappings for window switching --- vim/.vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index bf1e015..9d1d2df 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -138,6 +138,15 @@ nnoremap ; :call AddSemicolon() nnoremap todo :g/TODO/ " 0 should find first non blank nmap 0 ^ +" Moving through windows +nnoremap l +nnoremap h +nnoremap j +nnoremap k + +" Quick macroing +:nnoremap + @wj + " --- Don't need a help inoremap nnoremap