Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
Created February 5, 2012 15:12
Show Gist options
  • Save timtyrrell/1746014 to your computer and use it in GitHub Desktop.
Save timtyrrell/1746014 to your computer and use it in GitHub Desktop.
vim naviation
" simplify split navigation
map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment