mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03: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'
|