From 9ed685f740eeae6076852e29ef8ea346dac9b373 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 12 Apr 2022 13:16:15 -0500 Subject: Add +dired-goto-file This function fixes dumbness in vertico-directory when jumping directories in dired. --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index ec82d73..96fa0ac 100644 --- a/init.el +++ b/init.el @@ -246,7 +246,7 @@ compilation-scroll-output t)) (setup dired - (:also-load dired-x) + (:also-load dired-x +dired) (:also-straight dired+) (:option dired-recursive-copies 'always dired-recursive-deletes 'always @@ -266,7 +266,8 @@ shell touch) dired-dwim-target t) (:local-set truncate-lines t) - (:bind "" #'dired-up-directory) + (:bind "" #'dired-up-directory + "j" #'+dired-goto-file) (:hook #'dired-hide-details-mode #'hl-line-mode #'lin-mode) -- cgit 1.4.1-21-gabe81