termite/README.rst

18 lines
434 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