Go to file
Daniel Micay 5a5026d5e6 remove redundant include 2012-05-22 15:12:12 -04:00
Makefile support both gtk2 and gtk3 2012-05-22 14:20:22 -04:00
README.rst update README 2012-05-22 07:48:44 -04:00
config.h add comments with the color names 2012-05-22 08:58:39 -04:00
termite.c remove redundant include 2012-05-22 15:12:12 -04:00

README.rst

A simple VTE-based terminal.

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