Skip to content

Instantly share code, notes, and snippets.

@L4ZZA
Last active April 17, 2020 16:39
Show Gist options
  • Save L4ZZA/52c89481a92b32cbb769f798a833be64 to your computer and use it in GitHub Desktop.
Save L4ZZA/52c89481a92b32cbb769f798a833be64 to your computer and use it in GitHub Desktop.
My personal atom keybindings overrides
'atom-text-editor:not([mini])':
'ctrl-up': 'unset!'
'ctrl-down': 'unset!'
'ctrl-d': 'editor:duplicate-lines'
'alt-up': 'editor:move-line-up'
'alt-down': 'editor:move-line-down'
'shift-enter': 'editor:newline-above'
# after installing https://atom.io/packages/multi-cursor from joseramonc
'ctrl-shift-down': 'multi-cursor:expand-down'
'ctrl-shift-up': 'multi-cursor:expand-up'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment