docs: document Vim indent and dedent operators in the code editor - #461
Closed
hongyi-chen wants to merge 1 commit into
Closed
docs: document Vim indent and dedent operators in the code editor#461hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
The code editor supports the `>` and `<` operators (and their `>>`/`<<` line forms), but the editing keybindings table didn't list them. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Closing as a duplicate of #439, which covers the same Found while running the |
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.
What
Adds
>/<and>>/<<rows to the editing keybindings table incode/code-editor/code-editor-vim-keybindings.mdx.Why
Flagged by the
missing_docschangelog cross-check (2026.07.31: "Added Vim<and>indent anddedent operators to the code editor"). The keybindings table is the page readers scan to see what
is supported, and it did not list them.
Source of truth
crates/vim/src/vim.rs—VimOperator::Indent/Dedent, the>and<key mapping, and thedoubled
>>/<<line forms.app/src/code/editor/view/vim_handler.rs— the operator implementation in the code editor.Deferred findings from this run
Nothing from the audit was silently dropped. The full deferral list lives in the companion
bookkeeping PR (
docs/missing-docs-audit-bookkeeping); in summary:sync-openapi-specskill rather than hand-written, per the skill's public/private guardrail.style_lintskill.report_external_reference) — reached only through the hiddenoz harness-supportCLI, so no public surface to document yet.Conversation: https://staging.warp.dev/conversation/c45bb2ea-d33b-4723-8249-478547f81a47
Run: https://oz.staging.warp.dev/runs/019fc891-7c04-779b-b006-328169d8a0d7
This PR was generated with Oz.