Refine key bindings for erlang mode

This commit is contained in:
sbenner 2014-04-16 14:40:03 -04:00
parent e02df717fe
commit 7266dfc97a

View file

@ -278,12 +278,12 @@
(evil-leader/set-key-for-mode 'erlang-mode (evil-leader/set-key-for-mode 'erlang-mode
"mc" 'edts-who-calls "mc" 'edts-who-calls
"md" 'edts-find-doc "md" 'edts-find-doc
"mf" 'edts-find-source-under-point "me" 'edts-code-next-issue
"mg" 'edts-find-global-function "mG" 'edts-find-global-function
"mg" 'edts-find-source-under-point
"mh" 'edts-find-header-source "mh" 'edts-find-header-source
"ml" 'edts-find-local-function "ml" 'edts-find-local-function
"mm" 'edts-find-macro-source "mm" 'edts-find-macro-source
"mn" 'edts-code-next-issue
"mr" 'edts-find-record-source "mr" 'edts-find-record-source
"mx" 'edts-refactor-extract-function) "mx" 'edts-refactor-extract-function)
;; Lisps ---------------------------------------------------------------------- ;; Lisps ----------------------------------------------------------------------
@ -321,7 +321,7 @@
"mA" 'nosetests-pdb-all "mA" 'nosetests-pdb-all
"mb" 'python-add-breakpoint "mb" 'python-add-breakpoint
"md" 'pylookup-lookup "md" 'pylookup-lookup
"mf" 'jedi:goto-definition "mg" 'jedi:goto-definition
"mm" 'nosetests-module "mm" 'nosetests-module
"mM" 'nosetests-pdb-module "mM" 'nosetests-pdb-module
"ms" 'nosetests-suite "ms" 'nosetests-suite