termite/README.rst

48 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2012-05-22 09:33:36 +02:00
A simple VTE-based terminal.
Configuration is done at compile-time via ``config.h``.
2012-05-23 11:34:02 +02:00
2012-05-23 10:31:25 +02:00
DEPENDENCIES
============
2012-06-01 10:15:49 +02:00
A vte version >= 0.30.
2012-05-23 10:31:25 +02:00
2012-05-22 10:59:57 +02:00
KEYBINDINGS
===========
2012-05-23 20:07:47 +02:00
* ``ctrl-shift-c``: copy to CLIPBOARD
* ``ctrl-shift-v``: paste from CLIPBOARD
2012-05-25 08:16:41 +02:00
* ``ctrl-shift-u``: unicode input (standard GTK binding)
2012-06-07 03:27:31 +02:00
Scrollback completion
---------------------
2012-06-06 17:42:15 +02:00
* ``ctrl-tab``: start scrollback completion
With the scrollback completion widget focused, the up/down arrows cycle through
completions and enter inputs the text into the terminal.
2012-06-07 03:27:31 +02:00
Scrollback search
-----------------
2012-05-30 10:36:44 +02:00
* ``ctrl-shift-f``: start forward search
* ``ctrl-shift-b``: start reverse search
2012-05-30 11:35:41 +02:00
* ``ctrl-shift-j``: start forward url search
* ``ctrl-shift-k``: start reverse url search
2012-05-30 10:36:44 +02:00
* ``ctrl-shift-n``: jump to next search match
* ``ctrl-shift-p``: jump to previous search match
The current selection is changed to the search match and copied to the PRIMARY
clipboard buffer.
2012-05-30 13:14:08 +02:00
TODO
====
2012-06-06 17:42:15 +02:00
* tab and shift-tab bindings for completion
2012-06-04 21:27:15 +02:00
* better url matching regex
* hint mode overlay for urls (like elinks/vimperator/pentadactyl)
2012-05-31 15:43:03 +02:00
* scrollback search needs to be improved upstream [1]_
2012-05-30 13:14:08 +02:00
* expose more options in ``config.h``
2012-05-31 15:43:03 +02:00
.. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886