Skip to content

Instantly share code, notes, and snippets.

@barunio
Forked from mnoble/gist:1168350
Created August 24, 2011 22:34
Show Gist options
  • Save barunio/1169462 to your computer and use it in GitHub Desktop.
Save barunio/1169462 to your computer and use it in GitHub Desktop.
Command-Shift-ArrowKeys to vertical select in Vim
nmap <S-A-Up> <C-v><Up>
nmap <S-A-Down> <C-v><Down>
nmap <S-A-Left> <C-v><S-Left>
nmap <S-A-Right> <C-v><S-Right>
vmap <S-A-Left> <S-Left>
vmap <S-A-Right> <S-Right>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment