Closed levindu closed 5 years ago
Hi,
Thanks for PR.
Default, awesome-tab-forward-tab or awesome-tab-backward-tab will set awesome-tab-cycle-scope with 'tabs. Then, awesome-tab will navigate through visible tabs in current group only when you press awesome-tab-forward/backward-tab. That's mean, awesome-tab-forward-tab will switch to leftmost tab if current tab is rightmost one.
I don't understand what the problem this patch is trying to solve?
Look forward to your reply
-- Andy
My bad. C-c C-left/right are bound to awesome-tab-backward/forward by default, and I don't pay attention to awesome-tab-backward/forward-tab. Plz ignore this PR.
Suggestion: make C-c C-left/right bound to awesome-tab-backward/forward-tab by default.
Use:
to enable wrapped move.
For example, if the current tab at the rightmost,
awesome-tab-forward-tab
will select the leftmost tab, instead of moving to next group;awesome-tab-move-current-tab-to-right
will swap the rightmost tab with the leftmost one.