Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/commands.md')
| -rw-r--r-- | book/src/commands.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/book/src/commands.md b/book/src/commands.md index ee507276..4c4a5c05 100644 --- a/book/src/commands.md +++ b/book/src/commands.md @@ -1,16 +1,5 @@ # Commands -- [Typable commands](#typable-commands) -- [Static commands](#static-commands) - -## Typable commands - -Typable commands are used from command mode and may take arguments. Command mode can be activated by pressing `:`. The built-in typable commands are: +Command mode can be activated by pressing `:`, similar to vim. Built-in commands: {{#include ./generated/typable-cmd.md}} - -## Static Commands - -Static commands take no arguments and can be bound to keys. Static commands can also be executed from the command picker (`<space>?`). The built-in static commands are: - -{{#include ./generated/static-cmd.md}} |