Adding NotePad++ Macros to Atom.io

I haven’t posted anything in awhile … so here’s how to get Atom.io to get macros that work kind-of-like NotePad++


  1. Install atom-keyboard-macros into Atom. > The default keybindings did nothing for me … sorry

  2. open your keybindings.cson

    • Hit CTRL+, > click on Keybindings > click on the blue text that says your keymap file
  3. paste this wodge into the bottom of your keybindings.cson PRESERVE THE INDENTATION!

    # almost NotePad++ macros for Atom.io!
    # based on https://github.com/JunSuzukiJapan/atom-keyboard-macros
    'atom-text-editor':
        'ctrl-shift-r': 'atom-keyboard-macros:start_kbd_macro'
        'ctrl-alt-r': 'atom-keyboard-macros:end_kbd_macro'
        'ctrl-shift-p': 'atom-keyboard-macros:call_last_kbd_macro'
    
  4. there is no step 4

comments powered by Disqus
Peter LaValle avatar
Peter LaValle
Any links probably include affiliate ids for that sweet sweet kickback - and some programs require that I tell you. The contents of this blog are likely unrelated - as they include games, paints, and build tools.