Created
June 7, 2018 02:33
-
-
Save tsohr/8d37fae4e527a286146d05ee336252b5 to your computer and use it in GitHub Desktop.
my atom keybinding settings
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
| 'body': | |
| '': 'core:save-as' | |
| 'atom-workspace atom-text-editor': | |
| 'ctrl-backspace': 'editor:delete-to-previous-word-boundary' | |
| 'ctrl-delete': 'editor:delete-to-next-word-boundary' | |
| 'atom-text-editor': | |
| 'ctrl-i': 'editor:auto-indent' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment