-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select_register command should provide visual feedback #1585
Comments
We do print count & pending keys in the bottom right (i.e. helix/helix-term/src/ui/editor.rs Lines 1121 to 1128 in 333c294
There's also #980 that will make register selection a bit nicer. |
(Prior art, kakoune renders this as |
Resolves issue helix-editor#1585 by adding a status message when a register is selected, similar to the message produced when recording a macro. Additionally, an indicator appears on the right.
Resolves issue helix-editor#1585 by adding a new statusline component which indicates the currently selected register.
Resolves issue helix-editor#1585 by adding a new statusline component which indicates the currently selected register.
select_register
command should provide visual feedback (e.g., via a status bar message) after a register is selectedFor example, executing
select_register
then pressing 5 should print "register 5 is selected" or somethingThe text was updated successfully, but these errors were encountered: