Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
Last active December 11, 2015 17:48
Show Gist options
  • Save timtyrrell/4636868 to your computer and use it in GitHub Desktop.
Save timtyrrell/4636868 to your computer and use it in GitHub Desktop.
My vim tab navigation
" vim tab navigation
nnoremap th :tabfirst<CR>
nnoremap tj :tabnext<CR>
nnoremap tk :tabprev<CR>
nnoremap tl :tablast<CR>
nnoremap td :tabclose<CR>
nnoremap tn :tabnew<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment