Skip to content

Instantly share code, notes, and snippets.

@kshenoy
Created May 16, 2013 19:40
Show Gist options
  • Select an option

  • Save kshenoy/5594460 to your computer and use it in GitHub Desktop.

Select an option

Save kshenoy/5594460 to your computer and use it in GitHub Desktop.
Mapping to toggle between buffers and tabs
nnoremap <silent> <F8> :let notabs=!notabs<Bar>:if notabs<Bar>:tabo<Bar>:else<Bar>:tab ball<Bar>:tabn<Bar>:endif<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment