Skip to content

Instantly share code, notes, and snippets.

@digitalex
Created March 16, 2012 12:46
Show Gist options
  • Save digitalex/2049937 to your computer and use it in GitHub Desktop.
Save digitalex/2049937 to your computer and use it in GitHub Desktop.
VIM Shortcuts for tab navigation
nmap <D-Up> :tabnew<CR>
nmap <D-Right> :tabnext<CR>
nmap <D-Left> :tabprevious<CR>
nmap <D-Down> :tabclose<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment