3 # Atom keymaps work similarly to style sheets. Just as style sheets use
4 # selectors to apply styles to elements, Atom keymaps use selectors to associate
5 # keystrokes with events in specific contexts.
7 # You can create a new keybinding in this file by typing "key" and then hitting
10 # Here's an example taken from Atom's built-in keymap:
13 # 'enter': 'editor:newline'
16 # 'ctrl-shift-p': 'core:move-up'
17 # 'ctrl-p': 'core:move-down'
19 # You can find more information about keymaps in these guides:
20 # * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings
21 # * https://atom.io/docs/latest/behind-atom-keymaps-in-depth
23 # This file uses CoffeeScript Object Notation (CSON).
24 # If you are unfamiliar with CSON, you can read more about it here:
25 # https://github.com/bevry/cson#what-is-cson