termite/README.rst

40 lines
1.1 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-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
2012-06-07 04:12:08 +02:00
* ``ctrl-tab``: start scrollback completion
2012-06-07 21:50:58 +02:00
During scrollback search, the current selection is changed to the search match
2012-06-07 04:12:08 +02:00
and copied to the PRIMARY clipboard buffer.
2012-06-07 04:12:08 +02:00
With the scrollback completion/widget open, up/down cycle through completions,
escape closes the widget and enter accepts the input.
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