XVimProject/XVim2

Small Tabs Switching

hamza72x opened this issue · 3 comments

Hey!

Jazakallahu Khairan for the project.

How to switch between GREEN colored tabs?
Not the RED color one.

tabNext and tabprevious moves tab of RED area.

Currently using master branch. Big Sur, Xcode 12.

image

Probably XVim not support it for now.

Cmd + Shift + ] or [ key shortcuts for that purpose are supported widely on macOS.

NOTE: I tried :map gt <M-S-]> key mapping but not work.

Probably XVim not support it for now.

Cmd + Shift + ] or [ key shortcuts for that purpose are supported widely on macOS.

NOTE: I tried :map gt <M-S-]> key mapping but not work.

Hmmm.

TMTBO commented
nnoremap sn :xcmenucmd Show Next Tab<CR>
nnoremap sp :xcmenucmd Show Previous Tab<CR>

Maybe this is what you need.