tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.42k stars 424 forks source link

Add support for more customizable bindings #370

Closed kshenoy closed 1 month ago

kshenoy commented 3 years ago

Hello, could you please make the bindings more customizable? Today there's an inherent assumption that only lowercase a-z can be passed in and it's bound to C-[a-z]. We can't use uppercase characters nor can we use any other modifier or combination of modifiers. Also, it'd be great if there was a way to disallow bindings from getting created

kshenoy commented 1 month ago

Just noticed this today - https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/custom_key_bindings.md This addresses this issue so closing it :)