Is there a shortcut for showing (or hiding) all characters in Notepad++?

If find seeing all characters useful in the following two scenarios:

  1. When I want to see the characters which start a newline CR (\r) and LF (\n)
  2. 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like