Files
cheatsheet-tldr/tldr/linux/terminator
2025-08-17 00:22:45 +00:00

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>`