From 50f23b3adebc5329dc18b47883ae609af02fade6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 6 Jun 2012 11:42:15 -0400 Subject: [PATCH] document scrollback completion --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 36f61e7..eea06d5 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,13 @@ KEYBINDINGS * ``ctrl-shift-v``: paste from CLIPBOARD * ``ctrl-shift-u``: unicode input (standard GTK binding) +Scrollback completion: + +* ``ctrl-tab``: start scrollback completion + +With the scrollback completion widget focused, the up/down arrows cycle through +completions and enter inputs the text into the terminal. + Scrollback search: * ``ctrl-shift-f``: start forward search @@ -29,6 +36,7 @@ clipboard buffer. TODO ==== +* tab and shift-tab bindings for completion * better integration of scrollback completion * scrollback search needs to be improved upstream [1]_ * expose more options in ``config.h``