[prodigy] renames jump function

This function was renamed in https://github.com/rejeep/prodigy.el/pull/110
This commit is contained in:
Francesc Elies Henar 2018-02-09 10:19:34 +01:00 committed by syl20bnr
parent 83954658e2
commit d2458eb974
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"J" 'prodigy-next-with-status
"K" 'prodigy-prev-with-status
"L" 'prodigy-start
"d" 'prodigy-jump-dired
"d" 'prodigy-jump-file-manager
"g" 'prodigy-jump-magit
"Y" 'prodigy-copy-cmd
"R" 'revert-buffer)