Open MaxGyver83 opened 1 year ago
Add actions to view the next tag(s) to the right or the left side. Bind them to C-PageUp/PageDown, by default.
Examples:
view next
view 2
view 3
view 1
viewtoggle 5
view prev
This sounds potentially useful, thanks! I'll think some more about it. Sorry I've been silent, busy with a couple of other things. I'll get to this!
Add actions to view the next tag(s) to the right or the left side. Bind them to C-PageUp/PageDown, by default.
Examples:
view next
shows all windows on tag 2 (same asview 2
).view next
shows all windows on tag 3 (same asview 3
).view next
shows all windows on tag 1 (same asview 1
).view next
shows all windows on tags 3 and 5 (same asview 3
+viewtoggle 5
).view prev
: If tag 2 is selected,view prev
shows all windows on tag 1 (same asview 1
).