Control Terminal Sessions - mtm Multiplexer | Online Free DevTools by Hexmos
Control multiple terminal sessions with mtm, a minimal terminal multiplexer. Manage windows, split panes, and navigate easily within your terminal. Free online tool, no registration required.
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>