Skip to content

Commit

Permalink
Add static commands to documentation (#11950)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
david-crespo and adamperkowski authored Dec 5, 2024
1 parent fd3e889 commit cd1f6e8
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 3 deletions.
13 changes: 12 additions & 1 deletion book/src/commands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Commands

Command mode can be activated by pressing `:`. The built-in commands are:
- [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:

{{#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}}
Loading

0 comments on commit cd1f6e8

Please sign in to comment.