Skip to content

Instantly share code, notes, and snippets.

@roman
Created August 3, 2014 22:58
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 roman/36889df58a02e60967f5 to your computer and use it in GitHub Desktop.
Save roman/36889df58a02e60967f5 to your computer and use it in GitHub Desktop.
(be/util-eval-on-load ("evil" "be-scala" "scala-mode2")
(evil-define-key 'normal scala-mode-map
(kbd ",gi") 'be/init-scala-repl
(kbd ",rr") 'be/init-sbt-runner
(kbd ",rt") 'be/init-sbt-tester
(kbd ",fl") 'be/scala-repl-load-file
(kbd ",fr") 'be/scala-repl-load-file
(kbd "M-.") 'sbt-find-definitions))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment