forked from stepb/urxvt-tabbedex
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
:nowrap
variants of move_tab_<direction>
actions
Just like for `next_tab` and `prev_tab`, add a `:nowrap` variant for `move_tab_left` and `move_tab_right` actions. When used, moving tabs stops at the edges of the tab bar rather than moving the tab to opposite end. To use the behaviour by default, the Control-Left/Right keys can be configured to bind to the new actions: URxvt.keysym.Control-Left: tabbedex:move_tab_left:nowrap URxvt.keysym.Control-Right: tabbedex:move_tab_right:nowrap Issue: #42
- Loading branch information
Showing
1 changed file
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters