Is there a command for "Show Invisibles" in Atom?

Bob Rockefeller picture Bob Rockefeller · Apr 5, 2014 · Viewed 17.1k times · Source

Is there a command available to key mapping for toggling the display of invisibles in the Atom editor. A Show/Hide Invisibles command?

Where would I go to look for such a command?

Answer

JorgeArtware picture JorgeArtware · May 21, 2014

YES

For Linux and Windows:
1) hit Ctrl+Shift+P and type keymap
2) select Application: open your keymap and add the following 2 lines to that file:

'body':
  'shift-ctrl-i': 'window:toggle-invisibles'

Or any non-conflicting keystroke combination of your liking instead of shift-ctrl-i.


Note
For further detail, read documentation on CSON fromat (season) and 's implementaton of cson.