-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Show pseudo-pending text for ms
/mr
/md
commands
#3223
Comments
Surround-delete works on the character pressed after |
@the-mikedavis Thanks. Instead of a pop-up, some sort of indicator would be nice to show that Helix is waiting for additional input to finish the command. |
What about the keys, on the bottom-right of the window, staying until either an input, or canceling? This is what it looks like after hitting This character(s) is removed when pressing things like |
Pseudo-pending seems appropriate for this, especially since we use it elsewhere with If you'd like to take a shot at this, the field is |
ms
/mr
/md
commands
I'll take a crack at it. |
Describe your feature request
Add contextual pop-ups, just like when the
Match
box pops up after pressingm
for when Helix is waiting for the input to the next command, likeSurround delete
.So, after a user presses
m
and thend
to do a surround delete, it would be nice to have another box either show their available options, or at least give some instructions on what to do next. This could also help with more advanced subcontexts, such as if there was a regex surround delete.The text was updated successfully, but these errors were encountered: