XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 596 forks source link

gt / gT should switch tabs [$15] #410

Open achalddave opened 11 years ago

achalddave commented 11 years ago

For vim compatibility; it could just be mapped to Cmd+Shift+{/}.

--- There is a **[$15 open bounty](https://www.bountysource.com/issues/900157-gt-gt-should-switch-tabs?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github).
samvit commented 11 years ago

+1

cy commented 10 years ago

+1

dathinaios commented 9 years ago

+1

lando2319 commented 9 years ago

I added this to my .xvimrc for gt / gT tabbing

nnoremap gT :xccmd selectPreviousTab nnoremap gt :xccmd selectNextTab