Tagged Questions
0
votes
0answers
76 views
tmux sharing session - local configuration for each client
Is it possible to attach to remote tmux session via ssh but keep using my own tmux.conf with my keybindings, not the host one.
So if host using ctrl-b
I would like to use ctrl-a
etc.
4
votes
1answer
989 views
How can I make TMUX be active whenever I start a new shell session?
instead of having to type tmux every time, how could I have tmux always be used for new session windows?
So if I have no terminal windows open and then I open one, how can that first session be in ...
11
votes
2answers
2k views
tmux: how to put 2 opened windows side-by-side? [closed]
I have opened two windows in a tmux session, how can I put them side-by-side like splitted horizontally?