Merge pull request #166 from br0kenbuild/patch-1

Update README.md
This commit is contained in:
Matt Rose 2020-07-22 13:48:41 -04:00 committed by GitHub
commit 6117271d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 11 deletions

View File

@ -24,19 +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 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. into groups, which allows you to control multiple terminals simultaneously.
You can create more terminals by right clicking on one and choosing to split Create more terminals by:
it vertically or horizontally. You can get rid of a terminal by right horizontal split: Ctrl-Shift-o
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also vertical split: Ctrl-Shift-e
effect the splitting.
Also from the right mouse menu you can access Terminator's preferences window.
Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal Shift focus to:
respectively, and Ctrl-Shift-w will close the current terminal and next terminal: Ctrl-Shift-n
Ctrl-Shift-q the current window. previous terminal: Ctrl-Shift-p
For more keyboard shortcuts and also the command line options, please see the New tab:
manpage "terminator". For configuration options, see the manpage Ctrl-Shift-t
"terminator_config".
New window:
Ctrl-Shift-i
Close terminal or tab:
Ctrl-Shift-w
or right mouse click -> Close
Close window with all it's terminals and tabs:
Ctrl-Shift-q
Reset zoom:
Ctrl-0
Terminator Preferences menu:
right mouse click -> Preferences
These and more modifiable shortcuts in:
right mouse click -> Preferences -> Keybindings tab
web Documentation: F1
More info about shortcuts and cli config in man pages:
man terminator
man terminator_config
## Contributing ## Contributing