[PYTHON] Frequently used tmux commands

Create a new session

tmux
tmux new -s (Session name)

If only tmux is used, the session name will be assigned automatically. Below to specify the session name.

Attach to session

tmux a
tmux a -t (Session name)

If you do not specify the session name with -t, it will connect to the session that was attached immediately before.

Exit the session

ctrl b + d

Session list display

tmux ls

Delete session

tmux kill-session
tmux kill-session -t (Session name)

If no session is specified with -t, the session that was attached immediately before is deleted.

Quit the whole tmux

tmux kill-server

scroll

ctrl b + [

You can scroll with the arrow keys. ** Press q to exit scroll mode **

Recommended Posts

Frequently used tmux commands
pyenv Frequently used commands
Frequently used Linux commands
Frequently used Linux commands
Frequently used linux commands
Frequently used pip commands
Frequently used commands in virtualenv
Linux Frequently Used Commands [Personal Memo]
[Linux] Frequently used Linux commands (file operation)
Frequently used Linux commands (for beginners)
List of frequently used Linux commands
[Anaconda3] Summary of frequently used commands
[Linux] Frequently used Linux commands (folder operation)
[Linux] Review of frequently used basic commands 2
Summary of frequently used commands of django (beginner)
Summary of frequently used commands in matplotlib
[Linux] Review of frequently used basic commands
[Python/Django] Summary of frequently used commands (3) <Operation of PostgreSQL>
[Linux command] A memorandum of frequently used commands
[Python/Django] Summary of frequently used commands (2) <Installing packages>
Summary of frequently used commands (with petit commentary)
Docker. Set frequently used commands to alias "with explanation"
A collection of commands frequently used in server management
Display a list of frequently used commands on Zsh
[For beginners] Django Frequently used commands and reference collection
Frequently used ps command options
[Python] Frequently used library code
Frequently used subpackages of SciPy
Python frequently used code snippets
[Golang] Notes on frequently used functions
Classify frequently used file / folder dialogs
Commands often used on GAE / P
[Python/Django] Summary of frequently used commands (4) -Part 2- <Production operation: Amazon EC2 (Amazon Linux 2)>
[Python/Django] Summary of frequently used commands (4) -Part 1- <Production operation: Amazon EC2 (Amazon Linux 2)>
Frequently used command line shortcut keys (Mac)
Disk-related commands often used in Ubuntu (memories)
Python + Selenium Frequently used operation method summary
[Linux] List of Linux commands used in practice
[python] Frequently used techniques in machine learning
Frequently used syntax memorandum for each language
[Machine learning] List of frequently used packages