💾 Archived View for darknesscode.xyz › linux › tmux.gmi captured on 2022-06-11 at 20:35:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-05)

-=-=-=-=-=-=-

Install Tmux a terminal multiplexer

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](https://github.com/tmux/tmux)

tmux

Tmux runing in a pixel go! (now is usefull)

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

MicroLog

----------

© DarknessCode