1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 06:05:27 +02:00
tldr/pages/common/mtm.md
Jack Renton Uteg 6b116b1ef3
mtm: add page (#16854)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-06-14 15:31:17 +03:00

476 B

mtm

Minimal terminal multiplexer. See also: tmux, screen. More information: https://github.com/deadpixi/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>