pulsar/dot-atom/keymap.cson

19 lines
485 B
Plaintext
Raw Normal View History

2014-02-07 21:50:46 +04:00
# Your keymap
2013-10-26 03:16:59 +04:00
#
# Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors
# to apply styles to elements, Atom keymaps use selectors to associate
2014-02-07 21:50:46 +04:00
# keystrokes with events in specific contexts.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
2013-10-26 03:16:59 +04:00
#
2013-10-28 20:23:18 +04:00
# '.editor':
# 'enter': 'editor:newline'
2013-10-26 03:16:59 +04:00
#
# '.workspace':
2013-10-28 20:23:18 +04:00
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
2014-02-07 21:50:46 +04:00
#