Skip to content

Instantly share code, notes, and snippets.

@admataz
Created October 6, 2016 11:25
Show Gist options
  • Select an option

  • Save admataz/a1bb5dc85a88b5fa5e1f2c511c49fbd3 to your computer and use it in GitHub Desktop.

Select an option

Save admataz/a1bb5dc85a88b5fa5e1f2c511c49fbd3 to your computer and use it in GitHub Desktop.
my atom keybindings
'.platform-darwin atom-text-editor':
'cmd-alt-down': 'editor:duplicate-lines'
'cmd-d': 'editor:delete-line'
'cmd-shift-w': 'tabs:CloseAllTabs'
'cmd-?': 'sublime-block-comment:toggle'
'cmd-alt-l': 'linter:togglePanel'
'alt-down': 'editor:move-line-down'
'alt-up': 'editor:move-line-up'
'cmd-l': 'go-to-line:toggle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment