Skip to content

Instantly share code, notes, and snippets.

@beala
Created March 30, 2012 15:45
Show Gist options
  • Save beala/2252361 to your computer and use it in GitHub Desktop.
Save beala/2252361 to your computer and use it in GitHub Desktop.
Mappings for OS X because of its non-standard option/alt key *sigh*
nnoremap <leader><Right> :vertical res +5<cr>
nnoremap <leader><Left> :vertical res -5<cr>
nnoremap <leader><Up> :res +5<cr>
nnoremap <leader><Down> :res -5<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment