Last active
November 13, 2016 07:44
-
-
Save gdm85/d23cfdb7c81497562a1e632ca450651c to your computer and use it in GitHub Desktop.
D-Lang IDE with Atom: keymap.cson
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
## main article: https://medium.com/@gdm85/atom-editor-building-with-f5-edc228034ec0 | |
'atom-workspace': | |
'f5' : 'atom-shell-commands:run-project' | |
'f6' : 'atom-shell-commands:make-project' | |
'atom-text-editor': | |
'f5' : 'dlang:save-run' | |
'f6' : 'dlang:save-build' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment