-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 invisibles (whitespaces, tabs, newlines...) #431
Comments
And |
This would would be an extension of the |
And please display undisplayable Unicode characters in a hexadecimal format - it happens so often that micro puts some escape sequences into files for whatever reason (probably related to #779), but without that feature it's impossible to debug that without starting vim or basically any other editor. |
Up, is there a way in 2022 to show the hidden characters ? Like vim's |
to show tabs use |
This thread is at the top of search results, so I just wanted to point out that you can use any kind of unicode character for Rather than just a dot, you can choose from a wide variety of styled arrows for example. The most appropriate behavior would be if these stretched out or duplicated over the number of columns set by your tab stop. Sadly that isn't the case, and the indentchar is typically only one column wide. The rightward tab character renders well for me as two columns and is likely the most appropriate choice. Set it with: You might also prefer |
yes, this does still come up when searching .. and reading thru it seems you can NOT have different non-white for different white characters, yes? |
I'd just love to see whitespaces on end of line so I can remove them. |
Not exactly this but similar (and arguably better) functionality is provided by my PR #1897. |
Would you add feature/option to show whitespaces?
Spaces as small dots, tabs as arrows
The text was updated successfully, but these errors were encountered: