Format shortcuts

Format shortcuts a little in the README
This commit is contained in:
Adrian A 2020-08-14 10:41:33 +02:00 committed by GitHub
parent 9e05a5df2f
commit 5963ba265c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 23 deletions

View File

@ -1,11 +1,11 @@
Terminator Terminator
========== ==========
by Chris Jones <cmsj@tenshu.net> and others by Chris Jones <cmsj@tenshu.net> and others.
## New home on GitHub ## New home on GitHub
In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors. In April of 2020 we started moving **`Terminator`** to GitHub. A new team wanted to continue the work of the original authors.
Unfortunately we are not able to adopt the Launchpad project, so we could only inform users were possible. Unfortunately we are not able to adopt the Launchpad project, so we could only inform users were possible.
@ -14,51 +14,49 @@ You can find the project on https://github.com/gnome-terminator/terminator
## Description ## Description
The goal of this project is to produce a useful tool for arranging terminals. The goal of this project is to produce a useful tool for arranging terminals.
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that It is inspired by programs such as `gnome-multi-term`, `quadkonsole`, etc. in that
the main focus is arranging terminals in grids (tabs is the most common default the main focus is arranging terminals in grids (tabs is the most common default
method, which Terminator also supports). method, which Terminator also supports).
When you run Terminator, you will get a terminal in a window, just like almost When you run **`Terminator`**, you will get a terminal in a window, just like almost
every other terminal emulator available. There is also a titlebar which will every other terminal emulator available. There is also a titlebar which will
update as shells/programs inside the terminal tell it to. Also on the titlebar 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.
#### Some shortcuts:
Create more terminals by: Create more terminals by:
horizontal split: Ctrl-Shift-o - horizontal split: `Ctrl-Shift-o`
vertical split: Ctrl-Shift-e - vertical split: `Ctrl-Shift-e`
Shift focus to: Shift focus to:
next terminal: Ctrl-Shift-n - next terminal: `Ctrl-Shift-n`
previous terminal: Ctrl-Shift-p - previous terminal: `Ctrl-Shift-p`
New tab: New tab: `Ctrl-Shift-t`
Ctrl-Shift-t
New window: New window: `Ctrl-Shift-i`
Ctrl-Shift-i
Close terminal or tab: Close terminal or tab:
Ctrl-Shift-w - `Ctrl-Shift-w`
or right mouse click -> Close - or right mouse click -> Close
Close window with all it's terminals and tabs: Close window with all it's terminals and tabs: `Ctrl-Shift-q`
Ctrl-Shift-q
Reset zoom: Reset zoom: `Ctrl-0`
Ctrl-0
Terminator Preferences menu: Terminator Preferences menu:
right mouse click -> Preferences - right mouse click -> Preferences
These and more modifiable shortcuts in: These and more modifiable shortcuts in:
right mouse click -> Preferences -> Keybindings tab - right mouse click -> Preferences -> Keybindings tab
web Documentation: F1 Web Documentation: `F1`
More info about shortcuts and cli config in man pages: More info about shortcuts and cli config in man pages:
man terminator - `man terminator`
man terminator_config - `man terminator_config`
## Contributing ## Contributing