aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index c0599986..992c1bd2 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1350,6 +1350,8 @@ commands for [`buffer`][], [`view`][] and [`ui`][]: for example you may reduce
the `buffer:append_text('foo')` command to `append_text('foo')`. These commands
are runnable on startup using the `-e` and `--execute` command line switches.
+Pressing `Ctrl+H` (`^H` | `M-H` or `M-S-H`) shows help for the current command.
+
![Command Entry](images/commandentry.png)
[Lua API]: api.html