summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-12-02 10:56:29 +1100
committerMaxime Coste <mawww@kakoune.org>2023-12-02 10:56:29 +1100
commitc93c57a46f7290200e572e5e2f33bd5a8f0e1de9 (patch)
treea134f4961b5f98bd53b0ad0295859c498bb23518 /doc
parent42fefb16afe4ddeab4a5d3d14085954432da6922 (diff)
parentd1037072b04cce9aa173308937c944fc4cdeba08 (diff)
Merge remote-tracking branch 'krobelus/fuzzy-menu'
Diffstat (limited to 'doc')
-rw-r--r--doc/pages/commands.asciidoc13
-rw-r--r--doc/pages/mapping.asciidoc3
-rw-r--r--doc/pages/modes.asciidoc5
3 files changed, 0 insertions, 21 deletions
diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc
index 5b158ef8..e8809400 100644
--- a/doc/pages/commands.asciidoc
+++ b/doc/pages/commands.asciidoc
@@ -342,19 +342,6 @@ but not really useful in that context.
so inside a draft context like `evaluate-commands -draft`, it only
responds to an `execute-keys` command in the same context.
-*menu* [<switches>] <label1> <commands1> <label2> <commands2> ...::
- display a menu using labels, the selected label’s commands are
- executed. The *menu* command can take an *-auto-single* argument, to automatically
- run commands when only one choice is provided, and a *-select-cmds*
- argument, in which case menu takes three argument per item, the
- last one being a command to execute when the item is selected (but
- not validated)
-
- NOTE: The menu is displayed in and receives input from the
- current client context, so inside a draft context like
- `evaluate-commands -draft`, it is invisible and only responds to
- an `execute-keys` command in the same context.
-
*info* [<switches>] <text>::
display text in an information box with the following *switches*:
diff --git a/doc/pages/mapping.asciidoc b/doc/pages/mapping.asciidoc
index e96845ca..5b32c1c2 100644
--- a/doc/pages/mapping.asciidoc
+++ b/doc/pages/mapping.asciidoc
@@ -23,9 +23,6 @@ The *map* command makes *key* behave as if the *keys* sequence was typed.
*prompt*::
prompts, such as when entering a command through *:*, or a regex through */*
- *menu*::
- mode entered when a menu is displayed with the 'menu' command
-
*user*::
mode entered when the user prefix is hit (default: '<space>')
diff --git a/doc/pages/modes.asciidoc b/doc/pages/modes.asciidoc
index f739ae98..8a73ae40 100644
--- a/doc/pages/modes.asciidoc
+++ b/doc/pages/modes.asciidoc
@@ -67,11 +67,6 @@ as scrolling or centering the main selection cursor.
See view commands <<keys#view-commands,`:doc keys view-commands`>>.
-=== Menu mode
-
-Menu mode is entered when a menu is displayed with the `menu` command.
-Mappings are used to filter and select intended items.
-
=== Prompt mode
Mode entered with `:`, `/` or the `prompt` command. During prompt mode a