tmux-plugins / tmux-sensible

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

Prefix key `<C-a>` conflicts with vim number increment and decrement #67

Closed me-nkr closed 4 months ago

me-nkr commented 11 months ago

I think <C-space> could do a better job of not conflicting with vim.

geoffreyvanwyk commented 4 months ago

The default prefix is Ctrl+B according to the tmux wiki: https://github.com/tmux/tmux/wiki/Getting-Started#the-prefix-key

I cannot see where tmux-sensible changes it.

me-nkr commented 4 months ago

I think I mistook the following part in the readme

"Adaptable" key bindings that build upon your prefix value:

# If prefix is 'C-a'
bind C-a send-prefix
bind a last-window

If prefix is C-b, above keys will be C-b and b.
If prefix is C-z, above keys will be C-z and z... you get the idea

sorry for the trouble.