tmux-plugins / tmux-sensible

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

Inverted bindings for `<prefix><prefix>` and `<prefix><prefix_without_ctrl>` #40

Closed juanibiapina closed 4 years ago

juanibiapina commented 7 years ago

Aren't the <prefix><prefix> and <prefix><prefix_without_ctrl> inverted?

I use <prefix><prefix> to alternate windows and <prefix><prefix_without_ctrl> to send the prefix command. I don't remember where I got this because this was many years ago, but now that I'm giving tmux-sensible a try it seems to me that the way I use makes more sense. Alternating windows happens way more often than going to begging of line (in my case, with C-a prefix and vim).

I would like to know what others think.

In my case I just have bind a send-prefix, which solves the problem anyway.