From 6b116b1ef3bf9f246974f48507d24bdf2c31a21d Mon Sep 17 00:00:00 2001 From: Jack Renton Uteg Date: Sat, 14 Jun 2025 08:31:17 -0400 Subject: [PATCH] mtm: add page (#16854) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/mtm.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pages/common/mtm.md diff --git a/pages/common/mtm.md b/pages/common/mtm.md new file mode 100644 index 0000000000..87c394b2eb --- /dev/null +++ b/pages/common/mtm.md @@ -0,0 +1,33 @@ +# mtm + +> Minimal terminal multiplexer. +> See also: `tmux`, `screen`. +> More information: . + +- Start the program with default command chord (``): + +`mtm` + +- Use `` as the command chord: + +`mtm -c {{q}}` + +- Split and stack horizontally: + +`` + +- Split and stack vertically: + +`` + +- View scrollback buffer: + +`` + +- Switch terminals: + +`` + +- Close current terminal: + +``