Skip to content

Instantly share code, notes, and snippets.

@zph
Created February 21, 2014 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zph/9142959 to your computer and use it in GitHub Desktop.
Save zph/9142959 to your computer and use it in GitHub Desktop.
" resize current buffer by +/- 5
nnoremap <C-left> :vertical resize +3<cr>
nnoremap <C-down> :resize +3<cr>
nnoremap <C-up> :resize -3<cr>
nnoremap <C-right> :vertical resize -3<cr>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment