mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
terminator: add page (#1994)
This commit is contained in:
parent
8b0dba0596
commit
51cfd79ea2
1 changed files with 23 additions and 0 deletions
23
pages/linux/terminator.md
Normal file
23
pages/linux/terminator.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# terminator
|
||||
|
||||
> Arrange multiple GNOME terminals in one window.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue