2012-05-22 09:33:36 +02:00
|
|
|
A simple VTE-based terminal.
|
|
|
|
|
2012-05-24 05:24:42 +02:00
|
|
|
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 05:24:42 +02:00
|
|
|
Either vte (default) or vte3. 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
|
2012-05-23 11:40:04 +02:00
|
|
|
* ``ctrl-shift-v``: paste from CLIPBOARD
|