From 868d91524fc98aa851ef758763662b71bb7d43eb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 30 Jun 2016 16:06:37 -0400 Subject: Small manual and LuaDoc updates. --- doc/manual.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/manual.md') 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 -- cgit v1.2.3