termite/README.rst

51 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2012-05-22 09:33:36 +02:00
A simple VTE-based terminal.
2012-06-08 03:14:22 +02:00
Termite looks for ``termite.cfg`` in ``$XDG_CONFIG_HOME`` (or ``~/.config`` if
unset) and then falls back to ``$XDG_CONFIG_DIRS``.
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
===========
* ``ctrl-shift-escape``: reload configuration file
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
* ``ctrl-shift-space``: start selection mode
2012-06-07 04:12:08 +02:00
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-07-05 07:23:08 +02:00
With the scrollback search/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
TEXT SELECTION MODE
-------------------
* ``escape``: deactivate selection mode
2012-07-05 08:56:28 +02:00
* ``v``: visual mode
2012-07-05 20:35:45 +02:00
* ``h``/``j`` or arrow keys: move cursor left/right
2012-05-30 13:14:08 +02:00
TODO
====
2012-07-05 09:11:22 +02:00
* keyboard text selection
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-06-25 07:12:25 +02:00
* expose keybindings in ``termite.cfg``
2012-05-31 15:43:03 +02:00
.. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886