Go to file
Daniel Micay 95567745ed add keybinds for starting searches for urls 2012-05-23 05:19:13 -04:00
Makefile support both gtk2 and gtk3 2012-05-22 14:20:22 -04:00
README.rst add keybinds for starting searches for urls 2012-05-23 05:19:13 -04:00
config.h add comments with the color names 2012-05-22 08:58:39 -04:00
termite.c add keybinds for starting searches for urls 2012-05-23 05:19:13 -04:00

README.rst

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
* better keyboard url selection/opening
* configurable keybindings