Skip to content

Instantly share code, notes, and snippets.

@nelanka
Last active August 29, 2015 14:16
Show Gist options
  • Save nelanka/ca8e5d86dcc5e17787a0 to your computer and use it in GitHub Desktop.
Save nelanka/ca8e5d86dcc5e17787a0 to your computer and use it in GitHub Desktop.
Atom Key Bindings
'.editor':
'ctrl-alt-l': 'pretty-json:prettify'
'atom-workspace atom-text-editor:not(.mini)':
'ctrl-d': 'editor:duplicate-lines'
'atom-text-editor:not(.mini)':
'ctrl-y': 'editor:delete-line'
'atom-workspace':
'ctrl-m': 'minimap:toggle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment