Hacker News new | ask | show | jobs
by brianto2010 5116 days ago
Same here, but mine is

    nnoremap <Tab> gt
    nnoremap <S-Tab> gT
Normal mode tab switches through tabs. One (and two) key goodness.
1 comments

That's a good one actually, I might switch over to that.
Unfortunately Tab is equivalent to ctrl-i, which I already use (jump forward in history list), so I can't use this in the end.