XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 182 forks source link

Mapping Document Tab feature #339

Open brendanshean opened 3 years ago

brendanshean commented 3 years ago

I've used the following commands for mapping the cycling of Window Tabs:

:xccmd selectPreviousTab<CR> :xccmd selectNextTab<CR>

XCode 12 added a new feature called "Document Tabs" https://developer.apple.com/forums/thread/649999 but I've been unable find the corresponding :xccmd like the windows tab ones mentioned above. Is this simply an issue of me finding the correct :xccmd and if so, is there a way to find the command names? Or is new functionality required in xVim2?