From 478581cc46e8c1034a17106688d862b816c49afd Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 9 Nov 2012 18:30:24 +0100 Subject: [PATCH] update README --- README.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 8793f4ce..075464af 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -357,6 +357,15 @@ When the buffer is deleted, the fifo will be closed, so any program writing to it will receive SIGPIPE. This is usefull as it permits to stop the writing program when the buffer is deleted. +Menus +----- + +When a menu is displayed, you can use *j*, *control-n* or *tab* to select the next +entry, and *k*, *control-p* or *shift-tab* to select the previous one. + +Using the */* key, you can enter some regex in order to restrict available choices +to the matching ones. + Kakrc ----- @@ -386,3 +395,6 @@ Existing commands files are: for grep output. * *rc/global.kak*: provides the +tag+ command to jump on a tag definition using gnu global tagging system. + * *rc/ctags.kak*: provides the +tag+ command to jump on a tag definition using + exuberant ctags files, this script requires the *readtags* binary, available + in the exuberant ctags package but not installed by default.