mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 05:35:31 +02:00
mtm: add page (#16854)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
7322b70335
commit
6b116b1ef3
1 changed files with 33 additions and 0 deletions
33
pages/common/mtm.md
Normal file
33
pages/common/mtm.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# 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>`
|
Loading…
Add table
Reference in a new issue