snippetbashTip
mtm — Minimal terminal multiplexer. See also: `tmux`, `screen`. More information: <https://manned.org/mtm>
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>):mtmUse
<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>`)
mtmUse `<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.