Skip to content

Instantly share code, notes, and snippets.

@jhare
Created March 22, 2013 14:55
Show Gist options
  • Select an option

  • Save jhare/5221888 to your computer and use it in GitHub Desktop.

Select an option

Save jhare/5221888 to your computer and use it in GitHub Desktop.
Handy Vim window resizing with arrow keys
map <up> <C-W>+
map <down> <C-W>-
map <left> <C-W><
map <right> <C-W>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment