Created
February 24, 2022 21:41
-
-
Save cobanov/e0a8f27f492149fd949cb82cbd05bf33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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