Files
cheatsheet-tldr/tldr/linux/terminator
2025-03-10 00:15:53 +00:00

30 lines
440 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.org/>.
- Start `terminator` window:
`terminator`
- Start with a fullscreen window:
`terminator -f`
- Split terminals horizontally:
`<Ctrl Shift o>`
- Split terminals vertically:
`<Ctrl Shift e>`
- Open new tab:
`<Ctrl Shift t>`