commands.sh

mtm

all

Minimal terminal multiplexer. See also: `tmux`, `screen`.

More info →

Examples (7)

Start the program with default command chord (`<Ctrl g>`)

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>
made by @shridhargupta | data from tldr-pages