Skip to content

Instantly share code, notes, and snippets.

@gdm85
Last active November 13, 2016 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdm85/d23cfdb7c81497562a1e632ca450651c to your computer and use it in GitHub Desktop.
Save gdm85/d23cfdb7c81497562a1e632ca450651c to your computer and use it in GitHub Desktop.
D-Lang IDE with Atom: keymap.cson
## 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