Home tmux
Post
Cancel

tmux

tmux

Allows multiple terminal sessions to be accessed simultaneously in a single window. More information Link

Start tmux

1
$ tmux new -s NAME

Kill Session

1
$ tmux kill-session -t NAME

List All Sessions

1
$ tmux ls

Cheatsheet

Link

Oh-My-Tmux

A better option is to install Oh-My-Tmux. Download Link Configure Link ! Install xclip

Shortcuts

|Shortcut | Function | | — | — | | c | Create Window | | Enter | Copy-Mode | | - | Split Horizontal | | _ | Split Veritcal | | J or K | Resize Window (Up/Down) | | H or L | Resize Window (Right/Left) | | , | Change Window Name | | & | Kill Window| | m | Mouse Mode |

This post is licensed under CC BY 4.0 by the author.