Tmux Commands
Here are the most usefull commands when running tmux
Create new session with name
Crate a new session
The same command can be use to attach to a session that it was created before, if session don't exist it will create one
Create new window
Split window in panes
Horizontally
Vertically
Some tricks
Rename window
Then type the name for the new window
Rename tmux session
Using prefix inside tmux
From the command pront inside tmux
Then
From the terminal
Detached session
That will detached the from the session, the you can attached to the session by name
----------
----------
© DarknessCode