Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:home_server_setup:other_services:tmux [2021-02-04 Thu wk05 20:15] – [tmux] baumkp | home_server:home_server_setup:other_services:tmux [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
- | {{tag> | + | |
======tmux====== | ======tmux====== | ||
tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. [[https:// | tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. [[https:// | ||
---- | ---- | ||
<- home_server: | <- home_server: | ||
+ | |||
+ | ======terminals====== | ||
+ | [[https:// | ||
+ | The fast, feature-rich, | ||
+ | As my 2 main servers do not have graphics cards and my router is cli only, kitty will probably not run on these. Further more the standard terminal is probably sufficient for work with these servers. | ||
+ | |||
+ | Fast:\\ | ||
+ | * Offloads rendering to the GPU for lower system load | ||
+ | * Uses threaded rendering for absolutely minimal latency | ||
+ | * Performance tradeoffs can be tuned | ||
+ | Capable:\\ | ||
+ | * Graphics, with images and animations | ||
+ | * Ligatures and emoji, with per glyph font substitution | ||
+ | * Hyperlinks, with configurable actions | ||
+ | Scriptable: | ||
+ | * Control from scripts or the shell | ||
+ | *Extend with kittens using the Python language | ||
+ | *Use startup sessions to specify working environments | ||
+ | Composable: | ||
+ | * Programmble tabs, splits and multiple layouts to manage windows | ||
+ | * Browse the entire history or the output from the last command comfortably in pagers and editors | ||
+ | *Edit or download remote files in an existing SSH session | ||
+ |