From 8a691f4c9970caa747317ae0dc6906a7c54de484 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 29 Sep 2012 07:44:07 -0400 Subject: [PATCH] fully document hints mode --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cfd25bc..b7f3dce 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,9 @@ keyboard selection. KEYBINDINGS =========== +INSERT MODE +----------- + +-----------------------+--------------------------------------+ | ``ctrl-shift-escape`` | reload configuration file | +-----------------------+--------------------------------------+ @@ -32,7 +35,7 @@ COMMAND MODE +------------------------+-----------------------------------------------------------+ | ``escape`` | deactivate command mode | +------------------------+-----------------------------------------------------------+ -| ``x`` | activate url hint mode | +| ``x`` | activate url hints mode | +------------------------+-----------------------------------------------------------+ | ``v`` | visual mode | +------------------------+-----------------------------------------------------------+ @@ -79,3 +82,6 @@ and copied to the PRIMARY clipboard buffer. With the scrollback search/completion widget open, up/down (or tab/shift-tab) cycle through completions, escape closes the widget and enter accepts the input. + +After hints mode is activated, as single number or a comma separated list of +hint numbers can be entered, which will be opened in the browser.