Last active
February 10, 2020 04:04
-
-
Save trey/cb09f33ea656a99c1316e4226a5dc4ca to your computer and use it in GitHub Desktop.
Atom Settings, 2019 & 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '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