diff options
| author | James Nguyen <james@jojojames.com> | 2017-11-29 19:00:20 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-11-29 19:00:20 -0800 |
| commit | 96360cfe2464ee0e3e464cefc09a231e0cecd83b (patch) | |
| tree | c5ddcba80a84a6093a96adb72de29b15280c75b4 | |
| parent | 9b18596cce23598893338f3fea641aa9259ce0e2 (diff) | |
Alchemist: Move the h key
| -rw-r--r-- | evil-alchemist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-alchemist.el b/evil-alchemist.el index 55e373d..7897e42 100644 --- a/evil-alchemist.el +++ b/evil-alchemist.el @@ -60,7 +60,7 @@ "K" 'alchemist-help-search-at-point "m" 'alchemist-help-module "s" 'alchemist-help - "h" 'alchemist-help-history + "gh" 'alchemist-help-history "gd" 'alchemist-goto-definition-at-point "g?" 'alchemist-help-minor-mode-key-binding-summary) |
