Created
January 19, 2020 13:52
-
-
Save romainl/0f589e07a079ea4b7a77fd66ef16ebee to your computer and use it in GitHub Desktop.
Slightly more intuitive gt/gT (may need some unlearning to get used to)
This file contains 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 <expr> gt ":tabnext +" . v:count1 . '<CR>' | |
nnoremap <expr> gT ":tabnext -" . v:count1 . '<CR>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment