diff options
author | 2020-03-17 16:46:33 -0400 | |
---|---|---|
committer | 2020-03-17 16:46:33 -0400 | |
commit | 9b02a146612e1a2e15b7bb8d2a5185f1d3925572 (patch) | |
tree | cfa28780929cb53715b2ea137f376c0fc0671e9f /doc/manual.md | |
parent | 92bf8d4488d50e31b32d593ca78973b557cc8df7 (diff) | |
download | textadept-9b02a146612e1a2e15b7bb8d2a5185f1d3925572.tar.gz textadept-9b02a146612e1a2e15b7bb8d2a5185f1d3925572.zip |
Added per-mode command entry history.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md index c8769162..91cb0f8b 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1344,6 +1344,7 @@ simply use `split`. Finally, 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. +Pressing `Up` or `Down` cycles through command history.  @@ -1366,7 +1367,8 @@ available completions. Use the arrow keys to make a selection and press `Enter` Executing Lua commands is just one of the many "modes" the command entry has. The [command entry API documentation][] has more information on modes and how to -create new ones. +create new ones. Each mode has its own history that can be cycled through using +the `Up` or `Down` keys. [command entry API documentation]: api.html#ui.command_entry |