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++
Install atom-keyboard-macros into Atom. > The default keybindings did nothing for me … sorry
open your
keybindings.cson
- Hit
CTRL+,
> click onKeybindings
> click on the blue text that saysyour keymap file
- Hit
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'
there is no step 4