2012-05-22 09:33:36 +02:00
|
|
|
A simple VTE-based terminal.
|
|
|
|
|
2012-05-24 05:24:42 +02:00
|
|
|
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
|
2012-05-23 11:40:04 +02:00
|
|
|
* ``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 11:12:39 +02:00
|
|
|
|
|
|
|
Scrollback search:
|
|
|
|
|
2012-05-30 10:36:44 +02:00
|
|
|
* ``ctrl-shift-f``: start forward search
|
|
|
|
* ``ctrl-shift-b``: start reverse search
|
2012-05-30 11:35:41 +02:00
|
|
|
* ``ctrl-shift-j``: start forward url search
|
|
|
|
* ``ctrl-shift-k``: start reverse url search
|
2012-05-30 10:36:44 +02:00
|
|
|
* ``ctrl-shift-n``: jump to next search match
|
|
|
|
* ``ctrl-shift-p``: jump to previous search match
|
2012-05-30 11:12:39 +02:00
|
|
|
|
|
|
|
The current selection is changed to the search match and copied to the PRIMARY
|
|
|
|
clipboard buffer.
|
2012-05-30 13:14:08 +02:00
|
|
|
|
|
|
|
TODO
|
|
|
|
====
|
|
|
|
|
|
|
|
* saner scrollback search widget (in-window, not a dialog)
|
|
|
|
* expose more options in ``config.h``
|