If find seeing all characters useful in the following two scenarios:
- When I want to see the characters which start a newline
CR(\r) andLF(\n) - For checking a python code for tabs and 4 spaces (basically to distinguish between the two)
That's where the Notepad++ feature to show all characters comes in handy. It would have been even more convenient if there were to be a keyboard shortcut for the same. I wasn't able to find one using Google.
1 Answer
Notepad++ allows you to customize your shorcuts. You simply need to go to the Settings menu and then go to the Shortcut Mapper option.
You can check out this tutorial.
1