pulsar/dot-atom/keymap.cson

14 lines
397 B
Plaintext
Raw Normal View History

2013-10-26 03:16:59 +04:00
# User keymap
#
# Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors
# to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts. Here's a small example, excerpted
# from Atom's built-in keymaps:
#
2013-10-28 20:23:18 +04:00
# '.editor':
# 'enter': 'editor:newline'
2013-10-26 03:16:59 +04:00
#
2013-10-28 20:23:18 +04:00
# 'body':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'