Linux/tmux
< Linux
Shortcuts
* CTRL-b + " Split current pane vertically into two panes * CTRL-b + % Split current pane horizontally into two panes * CTRL-b + d detach
Reattach
tmux ls tmux attach -t 0
.tmux.conf
set -g mouse on