You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
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.
Activity
DanielFGray commentedon Nov 11, 2016
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..
erickpintor commentedon Nov 14, 2016
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
?DanielFGray commentedon Nov 14, 2016
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
.