From cd1495bd21e2c627b79b8805622680775ed387ee Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 27 Sep 2011 11:35:36 -0400 Subject: [PATCH] Adding maps to move around splits easily in vim --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vimrc b/vimrc index 2a5e404..e3f4724 100644 --- a/vimrc +++ b/vimrc @@ -87,3 +87,9 @@ set statusline+=%* let g:syntastic_enable_signs=1 let g:syntastic_auto_loc_list=1 + +" quickly move between splits +nmap h +nmap l +nmap j +nmap k