tmux
start a new session
ctrl-b
+ d
detach from current session
tmux attach -t [session name]
re-attach to a previous session
tmux list-sessions
list all tmux sessions
tmux kill-session -t [session-name]
kill a specific session
ctrl-b
+ c
new window
ctrl-b
+ n
navigate to next window
ctrl-b
+ p
navigate to the previous window
ctrl-b
+ ,
rename current window
ctrl-b
+ %
split pane horizontally
ctrl-b
+ "
split pane vertically
ctrl-b
+ o
move to next pane
ctrl-b
+ x
close current pane
ctrl-b
+ ctrl-[arrow]
resize pane