tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.76k stars 91 forks source link

"Adaptable" key bindings not working for C-space prefix #31

Closed aleprovencio closed 8 years ago

aleprovencio commented 8 years ago

Hello @bruno- !

When I had C-a as my prefix tmux-sensible took care of binding a as the last-window shortcut. Now that I've set my prefix to C-space, I have to explicitly put a bind Space last-window on tmux.conf, so why tmux-sensible is not doing that by default?

bruno- commented 8 years ago

Good question. This plugin being sensible and all won't override any existing bindings. Unfortunately the Space binding exists by default and is set to the next-layout command. That's why a user has to manually override this binding.

aleprovencio commented 8 years ago

Got it :+1: