termite/README.rst

31 lines
584 B
ReStructuredText

A simple VTE-based terminal.
DEPENDENCIES
============
Either vte (default) or vte3, including the vte dependencies.
You can use vte3 by building with ``make GTK3=1``.
KEYBINDINGS
===========
Scrollback search:
* ``ctrl-/``: start search (forward)
* ``ctrl-?``: start search (backward)
* ``ctrl-shift-n``: search forward
* ``ctrl-shift-p``: search backward
While typing search pattern:
* ``enter``: start search
* ``escape``: cancel search
TODO
====
* saner scrollback search widget
* keyboard binding for opening urls
* configurable keybindings for the above functionality