Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created October 14, 2011 17:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanpabloaj/1287780 to your computer and use it in GitHub Desktop.
Save juanpabloaj/1287780 to your computer and use it in GitHub Desktop.
gt next buffer or tab
" http://j.mp/dotvimrc
nn gt : exec tabpagenr('$') == 1 ? 'bn' : 'tabnext'<CR>
nn gT : exec tabpagenr('$') == 1 ? 'bp' : 'tabprevious'<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment