Merge pull request #173 from mattrose/fix-readme

Fix readme
This commit is contained in:
Matt Rose 2020-07-22 14:02:39 -04:00 committed by GitHub
commit 2a8df516e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 25 deletions

View File

@ -24,41 +24,41 @@ update as shells/programs inside the terminal tell it to. Also on the titlebar
is a small button that opens the grouping menu. From here you can put terminals
into groups, which allows you to control multiple terminals simultaneously.
Create more terminals by:
horizontal split: Ctrl-Shift-o
vertical split: Ctrl-Shift-e
Create more terminals by:
horizontal split: Ctrl-Shift-o
vertical split: Ctrl-Shift-e
Shift focus to:
next terminal: Ctrl-Shift-n
previous terminal: Ctrl-Shift-p
Shift focus to:
next terminal: Ctrl-Shift-n
previous terminal: Ctrl-Shift-p
New tab:
Ctrl-Shift-t
New tab:
Ctrl-Shift-t
New window:
Ctrl-Shift-i
New window:
Ctrl-Shift-i
Close terminal or tab:
Ctrl-Shift-w
or right mouse click -> Close
Close terminal or tab:
Ctrl-Shift-w
or right mouse click -> Close
Close window with all it's terminals and tabs:
Ctrl-Shift-q
Close window with all it's terminals and tabs:
Ctrl-Shift-q
Reset zoom:
Ctrl-0
Reset zoom:
Ctrl-0
Terminator Preferences menu:
right mouse click -> Preferences
Terminator Preferences menu:
right mouse click -> Preferences
These and more modifiable shortcuts in:
right mouse click -> Preferences -> Keybindings tab
These and more modifiable shortcuts in:
right mouse click -> Preferences -> Keybindings tab
web Documentation: F1
web Documentation: F1
More info about shortcuts and cli config in man pages:
man terminator
man terminator_config
More info about shortcuts and cli config in man pages:
man terminator
man terminator_config
## Contributing