Skip to content

urxvt-tabbedex v21.47

Compare
Choose a tag to compare
@mina86 mina86 released this 26 Nov 18:39
· 6 commits to master since this release

The release introduces :nowrap variants to next_tab, prev_tab and move_tab_<direction> actions. With the modifier applied, they will not wrap between the first and last tabs. For example, if the first tab is selected, tabbedex:prev_tab:nowrap won’t do anything (without the modifier, it would switch to the last tab). The actions can be bind to keysym as usual; for example:

URxvt.keysym.Shift-Left:    tabbedex:prev_tab:nowrap
URxvt.keysym.Shift-Right:   tabbedex:next_tab:nowrap
URxvt.keysym.Control-Left:  tabbedex:move_tab_left:nowrap
URxvt.keysym.Control-Right: tabbedex:move_tab_right:nowrap

Apart from that addition, this release removes automatic pairing of parenthesis in tabber-timeout (use explicit two-character activity marks instead) and switches tabbedex-rs-prefix to % by default (so configuration using tabbed. prefixes may stop working). The later option is still respected but is deprecated and will be removed at some time in the future.