Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created February 17, 2015 00:55
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/01ad2751a9d12a5b69e9 to your computer and use it in GitHub Desktop.
Save juanpabloaj/01ad2751a9d12a5b69e9 to your computer and use it in GitHub Desktop.
tabnext or buffernext
nnoremap <silent>gt : exec tabpagenr('$') == 1 ? 'bn' : 'tabnext'<CR>
nnoremap <silent>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