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
When I SSH into the remote machine, tmux is automatically started and I get a status bar in the bottom as expected from ~/.tmux.conf.remote.
When I press F12, the local status bar (at the top) changes to Grey (I don't get an "OFF" icon, but that might be due to other tmux config), and when I press CTRL-A it is captured by the local tmux instance, not the remote instance.
The text was updated successfully, but these errors were encountered:
When attempting to use the local to remote keybindings, nothing seems to happen.
I have added the keybindings settings from https://gist.github.com/samoshkin/05e65f7f1c9b55d3fc7690b59d678734 to my
~/.tmux.conf.local
file on my local machine, and to~/.tmux.conf.remote
on my remote machine.When I SSH into the remote machine, tmux is automatically started and I get a status bar in the bottom as expected from
~/.tmux.conf.remote
.When I press F12, the local status bar (at the top) changes to Grey (I don't get an "OFF" icon, but that might be due to other tmux config), and when I press CTRL-A it is captured by the local tmux instance, not the remote instance.
The text was updated successfully, but these errors were encountered: