Skip to content

Instantly share code, notes, and snippets.

@migrs
Created May 24, 2010 05:49
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 migrs/411569 to your computer and use it in GitHub Desktop.
Save migrs/411569 to your computer and use it in GitHub Desktop.
" Tabs
nnoremap <D-t> :<C-u>tabnew<CR>:tabmove<CR>
nnoremap <D-w> :<C-u>tabclose<CR>
nnoremap <D-}> :<C-u>tabnext<CR>
nnoremap <D-{> :<C-u>tabprevious<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment