Skip to content

Instantly share code, notes, and snippets.

@trey
Last active February 10, 2020 04:04
Show Gist options
  • Save trey/cb09f33ea656a99c1316e4226a5dc4ca to your computer and use it in GitHub Desktop.
Save trey/cb09f33ea656a99c1316e4226a5dc4ca to your computer and use it in GitHub Desktop.
Atom Settings, 2019 & 2020
'atom-workspace':
'cmd-ctrl-w': 'tabs:close-all-tabs'
'atom-workspace atom-text-editor:not([mini])':
'alt-cmd-[': 'editor:auto-indent'
'alt-cmd-w': 'editor:toggle-soft-wrap'
'atom-text-editor:not([mini])':
'ctrl-shift-M': 'markdown-preview:toggle'
# Emmet
'atom-text-editor[data-grammar="source js jsx"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="text html django"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
# Use Bookmark keybindings inspired by VSCode’s
'atom-text-editor':
'alt-cmd-m': 'bookmarks:toggle-bookmark'
'alt-cmd-j': 'bookmarks:jump-to-next-bookmark'
'alt-cmd-k': 'bookmarks:jump-to-previous-bookmark'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment