mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
82016e4978
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
467 B
467 B
mtm
Minimal terminal multiplexer. See also:
tmux,screen. More information: https://manned.org/mtm.
- Start the program with default command chord (
<Ctrl g>):
mtm
- Use
<Ctrl q>as the command chord:
mtm -c {{q}}
- Split and stack horizontally:
<Ctrl g><h>
- Split and stack vertically:
<Ctrl g><v>
- View scrollback buffer:
<Ctrl g><PageUp>
- Switch terminals:
<Ctrl g><ArrowKeys>
- Close current terminal:
<Ctrl g><w>