Skip to content

Instantly share code, notes, and snippets.

@JamesAtIntegratnIO
Created July 26, 2021 20:37
Show Gist options
  • Save JamesAtIntegratnIO/782b95246878055f7a224a4f32a95a00 to your computer and use it in GitHub Desktop.
Save JamesAtIntegratnIO/782b95246878055f7a224a4f32a95a00 to your computer and use it in GitHub Desktop.

Tmux Cheat Sheet

Splitting

Ctrl-b %                                # Vertical Split
Ctrl-b "                                # Horizontal Split
Ctrl-b o                                # Switch between Panes"

Windows

Ctrl-b c                                # Create new Window
Ctrl-b n                                # Switch to next window
Ctrl-b p                                # Switch to previous window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment