tmux

Refresh source file in all tmux sessions

<C-Space>/<C-B>:source-file ~/.tmux.conf

Rename session

<C-Space>$

Attach to existing session

tmux ls
tmux attach-session -t <session-name>

Attach to seperately controlled tmux session

tmux ls
tmux new -t <existing-sesh>