Update some documentation for 0.90
This commit is contained in:
parent
bbdf055477
commit
2f8d384011
|
@ -1,7 +1,10 @@
|
||||||
terminator 0.90:
|
terminator 0.90:
|
||||||
* Almost complete refactoring of the code. This almost
|
* Almost complete refactoring of the code. This almost
|
||||||
inevitably means lots of regressions, unfortunately.
|
inevitably means some regressions, unfortunately, but
|
||||||
* Brand new preferences editor, including profiles
|
it brings serious internal improvements and some new
|
||||||
|
features.
|
||||||
|
* Brand new preferences editor, including profiles and
|
||||||
|
layouts. The editor now saves to a config file.
|
||||||
|
|
||||||
terminator 0.14:
|
terminator 0.14:
|
||||||
* Major reworking of the grouping interface by Stephen
|
* Major reworking of the grouping interface by Stephen
|
||||||
|
|
13
README
13
README
|
@ -7,17 +7,16 @@ 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 no other GUI apart from the
|
every other terminal emulator available. There is also a titlebar which will
|
||||||
context menu on each terminal, but there is a configuration file which can be
|
update as shells/programs inside the terminal tell it to. Also on the titlebar
|
||||||
used to control the behaviours and settings of Terminator (see the manpage
|
is a small button that opens the grouping menu. From here you can put terminals
|
||||||
"terminator_config"). If you use GNOME then the settings for your default
|
into groups, which allows you to control multiple terminals simultaneously.
|
||||||
gnome-terminal profile will be used (you can specify an alternate profile on
|
|
||||||
the command line).
|
|
||||||
|
|
||||||
You can create more terminals by right clicking on one and choosing to split
|
You can create more terminals by right clicking on one and choosing to split
|
||||||
it vertically or horizontally. You can get rid of a terminal by right
|
it vertically or horizontally. You can get rid of a terminal by right
|
||||||
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also
|
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also
|
||||||
effect the splitting.
|
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
|
Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal
|
||||||
respectively, and Ctrl-Shift-w will close the current terminal and
|
respectively, and Ctrl-Shift-w will close the current terminal and
|
||||||
|
@ -31,7 +30,7 @@ Ask questions at: https://answers.launchpad.net/terminator/
|
||||||
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug
|
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug
|
||||||
|
|
||||||
Terminator began by shamelessly copying code from the vte-demo.py in the vte
|
Terminator began by shamelessly copying code from the vte-demo.py in the vte
|
||||||
widget package, and on the gedit terminal plugin (which was fantastically
|
widget package, and the gedit terminal plugin (which was fantastically
|
||||||
useful at figuring out vte's API).
|
useful at figuring out vte's API).
|
||||||
|
|
||||||
vte-demo.py was not my code and is copyright its original author. While it
|
vte-demo.py was not my code and is copyright its original author. While it
|
||||||
|
|
Loading…
Reference in New Issue