Skip to content

Instantly share code, notes, and snippets.

@refi64
Created August 2, 2017 02:48
Show Gist options
  • Save refi64/7edfbcc2548d0dd7667405014bdd7d60 to your computer and use it in GitHub Desktop.
Save refi64/7edfbcc2548d0dd7667405014bdd7d60 to your computer and use it in GitHub Desktop.
init
howl.bindings.push
editor:
ctrl_q: (editor) ->
if howl.app.editor.buffer.mode.name == "elm"
howl.command.run 'elm-doc'
else
howl.command.run 'show-doc-at-cursor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment