Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 585 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 585 Bytes

Install Tmux


@nabang1010

Install Tmux

sudo apt install tmux

Command

Tmux List All Session

tmux ls

Tmux New Session

tmux new -s NAME_SESSION

Tmux Attach Session

tmux a -t NAME_SESSION

Tmux Kill Session

tmux kill-session -t NAME_SESSION

Tmux Kill Server

tmux kill-server

Clone tmux cpu

git clone https://github.com/nabang1010/tmux-cpu.git ~/clone/path

Reload tmux

tmux source-file ~/.tmux.conf