tmux-prefix-highlight
tmux-prefix-highlight copied to clipboard
Doesn't always detect correct prefix
I override the prefix as C-s if it detects I'm running in an SSH session, but prefix-highlight still thinks it's C-a
It does seem to work correctly on more recent builds of tmux if i re-load my config after launching tmux, though I can't seem to pinpoint exactly which commit it started working at..
Hi @DanielFGray. Is this still your tmux config?
Could you point me where are you setting the prefix to C-s?
Also, what is the result of this command (inside tmux): tmux show-option -gqv prefix?
That's my current config, yes. On L81 it sources this config if I'm running in an ssh session, and tmux-prefix will usually say my prefix is still C-a.