Browse Source

atom: Add shortcut to autoindent code

master
Nick Plekhanov 8 years ago
parent
commit
2ad206b618
  1. 3
      atom/keymap.cson

3
atom/keymap.cson

@ -30,3 +30,6 @@
# If you are unfamiliar with CSON, you can read more about it in the # If you are unfamiliar with CSON, you can read more about it in the
# Atom Flight Manual: # Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson # https://atom.io/docs/latest/using-atom-basic-customization#cson
'atom-text-editor':
'ctrl-cmd-]': 'editor:auto-indent'

Loading…
Cancel
Save