docs: document command menu (p key)#217
Closed
kimjune01 wants to merge 1 commit into
Closed
Conversation
Closes pvolok#182 The command menu was mentioned in the keymap (`p` - All commands) but had no documentation on what it does or how to use it. Added a new "How to use the command menu" section explaining: - What it is (searchable modal with all commands and key bindings) - How to open it (press p) - How to filter (type to search) - How to navigate (arrow keys or C-n/C-p) - How to execute (Enter) or cancel (Esc) Follows the same format as the existing "How to copy text" section.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #182.
Adds a "How to use the command menu" section to the README, explaining the
pkey shortcut that opens a searchable list of all available commands with their keybindings. Follows the format of the existing "How to copy text" section.