tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.73k stars 90 forks source link

Fixed key_binding_not_set regex issue #37

Closed futuro closed 3 years ago

futuro commented 7 years ago

If you run key_binding_not_set against '\' that character will be placed as is in the regex that's run, and will escape something it shouldn't. So we test for this and escape the character if necessary.

Fixes #36

josephjang commented 3 years ago

Confirmed that this fixes the tmux-sensible loading problem when the prefix key is set to C-\.

bruno- commented 3 years ago

Sorry for the long wait.