tmux-plugins / tmux-sensible

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

Overrides my prefix key \ (backslash) #52

Open eggbean opened 4 years ago

eggbean commented 4 years ago

I tried this plugin but it seems to break my prefix key which is \ (backslash). I have been using this prefix key for years. I find it ideal on a UK keyboard and it doesn't conflict with anything (although you lose the binding for SIGQUIT, which I do not miss).

I have now disabled this plugin because of this issue. It must be because it does not escape \ by using another \, ie. \\

tbouska commented 4 years ago

I think this is a duplicate of https://github.com/tmux-plugins/tmux-sensible/issues/46

eggbean commented 4 years ago

Although the other issue is similar, I do not think the reason is the same. I am using the Ctrl key for this prefix and I think it is occurring because it is not being escaped.

armandino commented 11 months ago

Same issue. The plugin breaks my key binding bind \\ split-window -h -c "#{pane_current_path}"

I haven' t found a workaround, so I disabled the plugin for now.