-
-
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
Feature request: selected character count #4624
Comments
My current workaround is to put my cursor right before the text I'm interested in, then press the desired length followed by |
Hi all! |
the linter pointed out my poor coding style pushed 2nd attempt |
no worries! |
@Siiiimon - thanks for the feedback - i'll definitely be implementing your suggestions EDIT: wow, i was really overthinking the question below. i got it all figured out. the solution was simply re-building the project. heh, amazing. i am stuck on one thing though:
|
When dealing with hashes (in hex) and big decimal numbers, I frequently find myself selecting the whole thing in vim just to check if the length is correct, thanks to the vim feature that shows how many chars you've selected.
Currently Helix is only able to show the number of selections. It would be nice to also have the option to display the number of characters.
The text was updated successfully, but these errors were encountered: