Skip to content

Release v1.5.0#22

Merged
YASoftwareDev merged 1 commit intomasterfrom
release/v1.5.0
May 5, 2026
Merged

Release v1.5.0#22
YASoftwareDev merged 1 commit intomasterfrom
release/v1.5.0

Conversation

@YASoftwareDev
Copy link
Copy Markdown
Owner

Release v1.5.0

Closes #21.

Added

  • nvim/init.lua: Wqa, WQa, WQA command aliases mapping to wqa
    (write-quit-all), completing the mixed-case alias set alongside the existing
    Wq/WQ aliases. Resolves feat(nvim): add wqa command aliases for mixed-case typos #21.
  • AGENTS.md: new agent-facing codebase guide summarising the key rules, file
    layout, and Neovim command alias table for Codex / Copilot / other AI agents.

Changed

  • CLAUDE.md: added "Neovim config" section documenting the full Ex command alias
    table (W, Wq/WQ, Wqa/WQa/WQA, Q, Qa/QA) and how to extend it.

Test plan

  • CI passes all 15 matrix combinations
  • :Wqa, :WQa, :WQA work in Neovim (quit all windows after writing)
  • :Wq, :WQ, :W, :Q, :Qa, :QA still work (no regression)

- nvim: add Wqa/WQa/WQA → wqa command aliases (closes #21)
- docs: AGENTS.md — new agent-facing codebase guide
- docs: CLAUDE.md — add Neovim config section documenting alias table
@YASoftwareDev YASoftwareDev merged commit 39e4d29 into master May 5, 2026
15 checks passed
@YASoftwareDev YASoftwareDev deleted the release/v1.5.0 branch May 5, 2026 10:39
YASoftwareDev added a commit that referenced this pull request May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(nvim): add wqa command aliases for mixed-case typos

1 participant