Skip to content

Instantly share code, notes, and snippets.

@JoeyButler
Created January 22, 2012 23:18
Show Gist options
  • Save JoeyButler/1659301 to your computer and use it in GitHub Desktop.
Save JoeyButler/1659301 to your computer and use it in GitHub Desktop.
Vim: Remap window mappings to omit the <C-w>
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