Search code examples
keymappingatom-editor

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


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?


Solution

  • Here's what worked for me using the Mac version:

    '.editor':
       'ctrl-i': 'window:toggle-invisibles'