diff options
| author | Rudi Grinberg <me@rgrinberg.com> | 2021-05-03 15:57:53 -0700 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2021-05-04 00:00:58 -0700 |
| commit | db89792629143f30235c3fe5cfae4ac6003ba548 (patch) | |
| tree | 557f53d3cc0478c8b8d51bd095f0a5d1dea048ff /modes/prodigy | |
| parent | 09b165d4c2ecac66224f674966c920c25d20f3f6 (diff) | |
Fix Jd binding
`prodigy-jump-dired` does not exist. `prodigy-jump-file-manager` is
likely the intended function.
Diffstat (limited to 'modes/prodigy')
| -rw-r--r-- | modes/prodigy/evil-collection-prodigy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/prodigy/evil-collection-prodigy.el b/modes/prodigy/evil-collection-prodigy.el index 936aae6..3d18615 100644 --- a/modes/prodigy/evil-collection-prodigy.el +++ b/modes/prodigy/evil-collection-prodigy.el @@ -65,7 +65,7 @@ "in" 'prodigy-add-name-filter "I" 'prodigy-clear-filters "Jm" 'prodigy-jump-magit - "Jd" 'prodigy-jump-dired + "Jd" 'prodigy-jump-file-manager "gj" 'prodigy-next-with-status "gk" 'prodigy-prev-with-status |
