branch: elpa/dirvish
commit 33e957900a2c8089f473927338f4dcb1b9f608c9
Author: Alex Lu <hellosimon1...@hotmail.com>
Commit: Alex Lu <hellosimon1...@hotmail.com>

    fix(extras): obsolete `dirvish-fd-jump` command (#337)
---
 dirvish-extras.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dirvish-extras.el b/dirvish-extras.el
index 2981aa752a..40b84d9bd4 100644
--- a/dirvish-extras.el
+++ b/dirvish-extras.el
@@ -416,8 +416,9 @@ current layout defined in `dirvish-layout-recipes'."
    "" "Actions & Essential commands"
    ("u" "User interface setup"   dirvish-setup-menu)
    ("c" "Dired cheatsheet"       dirvish-dired-cheatsheet)
-   ("/" "Perform fd search"      dirvish-fd)
-   ("@" "Find all dirs by fd"    dirvish-fd-jump)
+   ("/" "Run fd search here"     dirvish-fd)
+   ("#" "Search everything in ~" (lambda () (interactive)
+                                   (dirvish-fd "~" "") (dirvish-narrow)))
    ("R" "Rsync marked files"     dirvish-rsync)
    ("n" "Live narrowing"         dirvish-narrow)
    "Transient commands"

Reply via email to