tmux-sensible icon indicating copy to clipboard operation
tmux-sensible copied to clipboard

Overrides my prefix key \ (backslash)

Open eggbean opened this issue 4 years ago • 3 comments

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. \\

eggbean avatar Nov 08 '19 17:11 eggbean

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

tbouska avatar Mar 08 '20 10:03 tbouska

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.

eggbean avatar Mar 08 '20 10:03 eggbean

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.

armandino avatar Oct 07 '23 05:10 armandino