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
Technically yes, we can add an option to add a binding to the root table with -n (which is not recommended in tmux) but I think it can be done as an option.
Currently if we want to define <prefix>+p as a binding to call the plugin we can do this:
set -g @sessionx-bind 'p'
Is there a way to define just p as a binding without the <prefix>?
The text was updated successfully, but these errors were encountered: