#!/linuxSucks/Install Tmux a terminal multiplexer

May 14, 2020

Is a terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a single window. It is useful for running more than one command-line program at the same time. Learn more about tmux and install it from source: github

tmux - darknesscode

Install tmux

If you like this build

git clone https://github.com/codedarkness/tmux

Keybindings

Prefix key = C-a

Mouse support is on.

| Keys           | Action                  |
| :------------- | :---------------------- |
| <C-a> + \      | Split Window Horizontal |
| <C-a> + -      | Split Window Vertical   |
| <C-a> + t      | Clock (like screensaver |
| <Alt> + Arrows | Switch Panels           |
| <C-a> + 0-1    | Switch windows          |
| <C-a> + w      | Shows windows list      |
| <C-a> + r      | Reload config           |
| <C-a> + c      | Create new window       |
| <C-a> + ,      | Change name of window   |
| <C-a> + x      | Kill window (panel)     |

For more kybindings tmux cheat sheet

Home  Linux  Notes  Blog Spot