mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
498 B
Plaintext
30 lines
498 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# terminator
|
|
|
|
> Arrange multiple GNOME terminals in one window.
|
|
> More information: <https://gnome-terminator.readthedocs.io/en/latest/advancedusage.html>.
|
|
|
|
- Start `terminator` window:
|
|
|
|
`terminator`
|
|
|
|
- Start with a fullscreen window:
|
|
|
|
`terminator {{[-f|--fullscreen]}}`
|
|
|
|
- Split terminals horizontally:
|
|
|
|
`<Ctrl Shift o>`
|
|
|
|
- Split terminals vertically:
|
|
|
|
`<Ctrl Shift e>`
|
|
|
|
- Open new tab:
|
|
|
|
`<Ctrl Shift t>`
|