Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created February 24, 2022 21:41
Show Gist options
  • Save cobanov/e0a8f27f492149fd949cb82cbd05bf33 to your computer and use it in GitHub Desktop.
Save cobanov/e0a8f27f492149fd949cb82cbd05bf33 to your computer and use it in GitHub Desktop.
# Window
CTRL + B C create window
CTRL + B 0 … 9 select window by number
CTRL + B & kill window
# Pane
CTRL + B % vertical split
CTRL + B “ horizontal split
CTRL + B X kill pane
# Session
tmux new -s sessionname new session
tmux a -t sessionname attach session
tmux kill-session -t sessionname kill session
tmux ls list all session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment