Created
May 16, 2013 19:40
-
-
Save kshenoy/5594460 to your computer and use it in GitHub Desktop.
Mapping to toggle between buffers and tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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