Improve interaction logic, panne switch, add keymap #15
Merged
ChenMiaoi merged 4 commits intoChenMiaoi:developfrom Mar 9, 2026
Merged
Improve interaction logic, panne switch, add keymap #15ChenMiaoi merged 4 commits intoChenMiaoi:developfrom
ChenMiaoi merged 4 commits intoChenMiaoi:developfrom
Conversation
- add the custom ui.keymap value and keep its navigation fallback aligned with default bindings - render the active keymap in the header and surface the new option in config help and docs - add regression coverage for custom keymap loading and header rendering Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7bdc6f3dfd
ℹ️ 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".
7bdc6f3 to
10bfe3f
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
- add gg/G jumps and qq quit chords across the mail and code-browser panes - scope pending vim chords to the active pane and clear them when modal surfaces take focus - clamp preview and source scrolling so Shift+G stays render-safe, and document/test the workflow Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
- focus the threads pane when Enter opens a mailbox from subscriptions, including cached and syncing paths - focus the preview pane when Enter opens the selected thread so the mail workflow advances forward - add regression coverage for subscription and thread Enter transitions plus non-blocking inbox cases Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
- add scoped numeric prefixes for repeated vertical movement on the main page in default/custom and vim keymaps - clear pending counts when focus changes or modal surfaces take over so prefixes do not leak across interactions - document the count shortcuts and add TUI regression coverage for counted moves and scope resets Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
10bfe3f to
b902d13
Compare
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.
Optimize the panne selection logic. When an item in the upper-level panne is selected and the Enter key is pressed, the border of the lower-level panne will be highlighted and the content will be refreshed.
Add more key mappings in vim mode, such as gg/G to jump to the beginning/end of a line, qq to exit self.
Add more key mapping in vim mode, such as muber + j/k jump special line.