You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using tmux-tilish, pressing the same workspace keybinding twice (e.g., Alt+3 twice) currently toggles between the selected workspace and the previous workspace. This creates a toggle behavior that can be confusing and differs from the typical behavior in other window managers where selecting a workspace is idempotent.
Feature Request
Please add a configuration option to disable the workspace toggle behavior. Something like:
set -g @tilish-workspace-toggle 'off'
When this option is set to 'off', pressing a workspace keybinding repeatedly (e.g., Alt+3 multiple times) should either do nothing or consistently select that workspace without toggling back to the previous one.
Current Behavior
As described in the documentation:
"if you press Alt+3 to switch to workspace 3 and then press it again, you will be sent back to the previous workspace you were using."
Desired Behavior
When the proposed option is set to 'off':
Pressing Alt+3 would switch to workspace 3
Pressing Alt+3 again would either do nothing or reselect workspace 3 (without toggling)
This would make the workspace selection behavior more consistent with standard window managers and more predictable for users who prefer idempotent workspace selection.
Why This Matters
The current toggle behavior can be disorienting for users who are accustomed to idempotent workspace selection in other environments. It can lead to accidentally switching back to a previous workspace when intending to refocus the current one. Having this as a configurable option would improve the plugin's flexibility while maintaining the current behavior for users who prefer it.
Thanks!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Add option to disable workspace toggling behavior
When using tmux-tilish, pressing the same workspace keybinding twice (e.g., Alt+3 twice) currently toggles between the selected workspace and the previous workspace. This creates a toggle behavior that can be confusing and differs from the typical behavior in other window managers where selecting a workspace is idempotent.
Feature Request
Please add a configuration option to disable the workspace toggle behavior. Something like:
When this option is set to 'off', pressing a workspace keybinding repeatedly (e.g., Alt+3 multiple times) should either do nothing or consistently select that workspace without toggling back to the previous one.
Current Behavior
As described in the documentation:
Desired Behavior
When the proposed option is set to 'off':
This would make the workspace selection behavior more consistent with standard window managers and more predictable for users who prefer idempotent workspace selection.
Why This Matters
The current toggle behavior can be disorienting for users who are accustomed to idempotent workspace selection in other environments. It can lead to accidentally switching back to a previous workspace when intending to refocus the current one. Having this as a configurable option would improve the plugin's flexibility while maintaining the current behavior for users who prefer it.
Thanks!
The text was updated successfully, but these errors were encountered: