testsuite/docs/tmux.md
This is to document the behviour of tmux, and how could we use it in testsuite
Tmux creates a main server process, and one new process for each session.
-s and -n for window naming.
We have prefix keys to send commands to tmux.
tmux new 'spf' - Run spf in tmuxtmux attach -t <session_name> attach to an existing session. You can have two windows duplicating same behaviour.tmux kill-session -t <session_name> kill sessionCtrl+B+: - Enter commandsCtrl+B+D - Detach from session:source ~/.tmux.conf - Change the config of running server