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