I'd like to map Ctrl-TAB to gt in Vim so that I can switch tabs with one keystroke.
Ctrl-TAB
gt
I tried...
nmap <C-T> gt nmap <C-Tab> gt nmap <C-TAB> gt
That didn't work. How do you say "the tab key" in Vimese?
It can be mapped in gvim, but terminals don't see a difference between <Tab> and <C-Tab>.
<Tab>
<C-Tab>
1.4m articles
1.4m replys
5 comments
57.0k users