27medkamal / tmux-session-wizard

One prefix to control all your session creation, naming, switching, etc using fzf & zoxide
MIT License
180 stars 14 forks source link

Multiple keybindings #6

Closed catgoose closed 9 months ago

catgoose commented 9 months ago

session-wizard.tmux has the comment:

Multiple bindings can be set. Default binding is "T".

How can I set multiple bindings?

I have tried:

set -g @session-wizard 'C-o' set -g @session-wizard 'C-o o'

But that just causes TPM to fail.

Thanks!

27medkamal commented 9 months ago

I don't think that would be supported by the current state of the plugin.

If this were to be implemented, one way to do it would be to allow a comma-separated list of key bindings. Happy to accept a pull request if you want to submit one.