A simple VTE-based terminal.
Termite looks for termite.cfg
in $XDG_CONFIG_HOME
(or ~/.config
if
unset) and then falls back to $XDG_CONFIG_DIRS
.
A vte version >= 0.30.
ctrl-shift-escape
: reload configuration filectrl-shift-c
: copy to CLIPBOARDctrl-shift-v
: paste from CLIPBOARDctrl-shift-u
: unicode input (standard GTK binding)ctrl-shift-f
: start forward searchctrl-shift-b
: start reverse searchctrl-shift-j
: start forward url searchctrl-shift-k
: start reverse url searchctrl-shift-n
: jump to next search matchctrl-shift-p
: jump to previous search matchctrl-tab
: start scrollback completion
During scrollback search, the current selection is changed to the search match and copied to the PRIMARY clipboard buffer.
With the scrollback completion/widget open, up/down cycle through completions, escape closes the widget and enter accepts the input.
- tab and shift-tab bindings for completion
- better url matching regex
- hint mode overlay for urls (like elinks/vimperator/pentadactyl)
- scrollback search needs to be improved upstream [1]
- expose more options in
termite.cfg
, including keybindings
[1] | https://bugzilla.gnome.org/show_bug.cgi?id=627886 |