termite/README.rst

23 lines
669 B
ReStructuredText
Raw Normal View History

2012-05-22 09:33:36 +02:00
A simple VTE-based terminal.
Features that are available with ``tmux`` or ``screen`` such as tabs,
scrollback search/completion and keyboard url selection are left out.
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-05-24 22:13:11 +02:00
A vte version >= 0.28. You can use vte3 by building with ``make GTK3=1``.
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
* ``ctrl-shift-n``: jump to next search match
* ``ctrl-shift-p``: jump to previous search match