summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-11-25 18:30:49 +0100
committerDudemanguy <random342@airmail.cc>2023-12-06 19:06:58 +0000
commitf886eb5678d0ed7eea196e577e04525248963f28 (patch)
treeaa98f328f5193b7575fda2b0335b359ec5591710 /DOCS
parentc16f868dd7f0d6862a6e2cdfb12492467f288fee (diff)
downloadmpv-f886eb5678d0ed7eea196e577e04525248963f28.tar.bz2
mpv-f886eb5678d0ed7eea196e577e04525248963f28.tar.xz
console.lua: cycle through completions
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/console.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index c48178f207..b57e7e2d4a 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -86,7 +86,11 @@ Shift+INSERT
Paste text (uses the primary selection on X11 and Wayland).
TAB and Ctrl+i
- Complete the command or property name at the cursor.
+ Complete the text at the cursor. The first press inserts the longest common
+ prefix of the completions, and subsequent presses cycle through them.
+
+Shift+TAB
+ Cycle through the completions backwards.
Ctrl+l
Clear all log messages from the console.