Skip to content

fix(doctor): include ui_keymap in doctor output#7

Merged
ChenMiaoi merged 2 commits intoChenMiaoi:developfrom
zevorn:feat/configurable-main-page-keymaps
Mar 9, 2026
Merged

fix(doctor): include ui_keymap in doctor output#7
ChenMiaoi merged 2 commits intoChenMiaoi:developfrom
zevorn:feat/configurable-main-page-keymaps

Conversation

@zevorn
Copy link
Contributor

@zevorn zevorn commented Mar 9, 2026

Summary

print the active ui_keymap value in criew doctor so users can verify their config file keymap setting is loaded correctly

Related Issues

Link issues if applicable.

What Changed

Testing

List what you ran locally.


Documentation

  • No documentation change needed
  • README updated
  • Config / workflow docs updated
  • Other docs updated

Checklist

  • The change is focused on one topic
  • Commit messages follow the repository convention
  • Tests were added or updated when needed
  • User-visible behavior was documented when needed
  • I checked for regressions in related workflows

Notes For Reviewers

Anything that needs special attention during review.

zevorn added 2 commits March 9, 2026 13:01
- print the active ui_keymap value in criew doctor so users can verify
  their config file keymap setting is loaded correctly

Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
- add config_get_ui_keymap_returns_current_value to verify palette reports
  the active keymap value correctly
- add loaded_vim_keymap_drives_navigation_keys to verify vim-mode j/k
  navigation and confirm default-mode i key does not trigger movement

Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
@ChenMiaoi
Copy link
Owner

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ChenMiaoi
Copy link
Owner

I’ve tested this PR and it works well. One small suggestion: it might be helpful to display the selected keymap model in the top panel so users can easily see which model is currently selected. Of course, if you think there’s a better place to show it, feel free to go with what you think works best.

image

Copy link
Owner

@ChenMiaoi ChenMiaoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Repository owner deleted a comment from codecov bot Mar 9, 2026
Repository owner deleted a comment from codecov bot Mar 9, 2026
@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/app/mod.rs 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@ChenMiaoi ChenMiaoi merged commit 9c6bf3a into ChenMiaoi:develop Mar 9, 2026
9 of 10 checks passed
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.

2 participants