fix: move Commands hint to left side for better discoverability#105
Merged
Maxteabag merged 1 commit intoMaxteabag:mainfrom Jan 31, 2026
Merged
Conversation
Fixes Maxteabag#83 The 'Commands' hint was positioned at the far right of the status bar, making it nearly invisible to users. Many users couldn't find how to exit the application. Changed the leader_key binding to not use right=True, so the hint now appears on the left with other hints where it's more discoverable. Also renamed label from 'Leader' to 'Commands' for clarity.
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.
Summary
Fixes #83
The 'Commands' hint was positioned at the far right of the status bar using
right=True, making it nearly invisible to users. Many users reported not being able to find how to quit the application.Problem
Solution
Remove
right=Truefrom the leader_key binding so the hint appears on the left with other hints:Also renamed the label from 'Leader' to 'Commands' for clarity.
Result
Testing
All 11 related tests pass.