Skip to content

Instantly share code, notes, and snippets.

@berinhard
Created June 29, 2011 19:50
Show Gist options
  • Save berinhard/1054748 to your computer and use it in GitHub Desktop.
Save berinhard/1054748 to your computer and use it in GitHub Desktop.
Vim resizing windows
map <C-S-Left> <c-w><
map <C-S-Right> <c-w>>
map <C-S-Up> <c-w>-
map <C-S-Down> <c-w>+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment