aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-03-28 14:25:54 +0100
committerGitHub <noreply@github.com>2020-03-28 14:25:54 +0100
commite700a88bb6bdc96f4d62a384aecd3bec2040ac3b (patch)
tree3d6792e4b690cf00a93861aa7d7fd9d90ba61f8e /runtime
parenta8f784192404864744c323e4394292467c3c0ca7 (diff)
parent4d53bdccc60a4bc39e6ca2c626f4b511881559ef (diff)
downloadrneovim-e700a88bb6bdc96f4d62a384aecd3bec2040ac3b.tar.gz
rneovim-e700a88bb6bdc96f4d62a384aecd3bec2040ac3b.tar.bz2
rneovim-e700a88bb6bdc96f4d62a384aecd3bec2040ac3b.zip
Merge pull request #11746 from Billy4195/add_wildmenu_key
[RFC] Wildmenu support C-E and C-Y as popupmenu
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 06977ac454..5fb80d75ce 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6701,6 +6701,10 @@ A jump table for the options with a short description can be found at |Q_op|.
While the menu is active these keys have special meanings:
+ CTRL-Y - accept the currently selected match and stop
+ completion.
+ CTRL-E - end completion, go back to what was there before
+ selecting a match.
<Left> <Right> - select previous/next match (like CTRL-P/CTRL-N)
<Down> - in filename/menu name completion: move into a
subdirectory or submenu.