mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
# 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:
|
|
#
|
|
# '.editor':
|
|
# 'enter': 'editor:newline'
|
|
#
|
|
# 'body':
|
|
# 'ctrl-P': 'core:move-up'
|
|
# 'ctrl-p': 'core:move-down'
|