2014-03-04 00:07:45 -07:00
|
|
|
# Keybindings require three things to be fully defined: A selector that is
|
|
|
|
# matched against the focused element, the keystroke and the command to
|
|
|
|
# execute.
|
|
|
|
#
|
|
|
|
# Below is a basic keybinding which registers on all platforms by applying to
|
|
|
|
# the root workspace element.
|
|
|
|
|
|
|
|
# For more detailed documentation see
|
|
|
|
# https://atom.io/docs/latest/advanced/keymaps
|
2015-01-06 08:40:02 -07:00
|
|
|
'atom-text-editor':
|
2015-05-06 10:00:51 -06:00
|
|
|
'ctrl-alt-b': 'atom-beautify:beautify-editor'
|