mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 15:49:34 +00:00
Update cheatsheets
This commit is contained in:
29
linux/terminator
Normal file
29
linux/terminator
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user