diff options
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
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. +  [Lua API]: api.html |