docs(website): add keybindings guide to the docs site - #634
Merged
Conversation
The site had no page for the [keybindings] remapping surface the README links repo docs for; add a compact guide covering the replacement rules and chord grammar, wire it into the Configure sidebar, and cross-link it from the keyboard page and docs index. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAdds a keybindings configuration guide and integrates it into the documentation site.
Confidence Score: 5/5The documentation-only pull request appears safe to merge. The new route and links follow existing Starlight conventions, and the documented keybinding semantics, command identifiers, chord grammar, widget interception, and user-config scope agree with the current implementation. Important Files Changed
Reviews (1): Last reviewed commit: "docs(website): add keybindings guide to ..." | Re-trigger Greptile |
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.
Adds the docs-site page the
[keybindings]surface was missing.Configure → Keybindingspage covering the remapping model (user bindings replace defaults, exclusive chord claims,false/[]to unbind, first-in-file conflict resolution) and the chord grammar, linking the repo'sdocs/keybindings.mdfor the full built-in command table rather than duplicating it.astro.config.mjs, a "Remap the defaults" pointer at the end of the keyboard-and-mouse page, and a "Remap a keyboard shortcut" common-task link on the docs index.Every behavioral claim on the page was fact-checked against
src/ui/lib/keymap.ts,src/extension-api/keys.ts, andsrc/core/config.ts(the user-config-only rule).bun run website:buildandbun run website:linkspass.(Earlier note about a sidebar conflict with #631 no longer applies — #631 now adds its own sidebar group instead of touching the Configure items, so the two merge independently.)
🤖 Generated with Claude Code
https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9