HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mtm — Minimal terminal multiplexer. See also: `tmux`, `screen`. More information: <https://manned.org/mtm>

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandmtmminimalclimultiplexerseealso

Problem

How to use the mtm command: Minimal terminal multiplexer. See also: tmux, screen. More information: <https://manned.org/mtm>.

Solution

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>

Code Snippets

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>

Context

tldr-pages: common/mtm

Revisions (0)

No revisions yet.