-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add static commands to documentation (#11950)
Co-authored-by: Adam Perkowski <[email protected]>
- Loading branch information
1 parent
fd3e889
commit cd1f6e8
Showing
4 changed files
with
379 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |
Oops, something went wrong.