summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-15 16:02:08 +0800
committerGitHub <noreply@github.com>2023-10-15 10:02:08 +0200
commit3c81f47a0584e7915217397fed0488091a62df82 (patch)
tree7a7b948dfa989c709bc9dc5fc8a5ae16b1caf65d /runtime/doc/options.txt
parentd7ae263af8f6a2da55ce3702d18c53ab1418bca7 (diff)
runtime(doc): correct <PageUp>/<PageDown> behavior in 'wildmenu' (#13336)
"but don't insert it" is wrong. Also move them just below <Up> <Down> as they are more similar.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 492c7da1ee..6f38bc02be 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -9333,12 +9333,12 @@ A jump table for the options with a short description can be found at |Q_op|.
When using the popup menu for command line completion, the following
keys have special meanings:
<Up> <Down> - select previous/next match (like CTRL-P/CTRL-N)
+ <PageUp> - select a match several entries back
+ <PageDown> - select a match several entries further
<Left> - in filename/menu name completion: move up into
parent directory or parent menu.
<Right> - in filename/menu name completion: move into a
subdirectory or submenu.
- <PageUp> - Select a match several entries back, but don't insert it.
- <PageDown> - Select a match several entries further, but don't insert it.
CTRL-E - end completion, go back to what was there before
selecting a match.
CTRL-Y - accept the currently selected match and stop