Skip to content

Instantly share code, notes, and snippets.

@a-b
Created August 9, 2014 00:01
Show Gist options
  • Save a-b/cd1fb67c2f5c60ab3b8a to your computer and use it in GitHub Desktop.
Save a-b/cd1fb67c2f5c60ab3b8a to your computer and use it in GitHub Desktop.
nnoremap <left> :vertical resize +5<cr>
nnoremap <right> :vertical resize -5<cr>
nnoremap <up> :resize +5<cr>
nnoremap <down> :resize -5<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment