Skip to content

Instantly share code, notes, and snippets.

View DanielZwijnenburg's full-sized avatar

Daniël Zwijnenburg DanielZwijnenburg

View GitHub Profile
Split Screen into 2 Panes: Ctrl-b %
Split current Pane horizontally into 2 Panes: Ctrl-b "
Switch between Panes: Ctrl-b o
Create new Window: Ctrl-b c
Switch between Windows: Ctrl-b n # next
Ctrl-b p # previous
Detach from Session: Ctrl-b d
Re-attach to a Session: tmux attach -t [session-name]
Create a Session: tmux new -s [session-name]
Switch between Sessions: tmux switch -t [session-name]