From 0f09d6f748432e653ecd3c94fd0084b516689b1f Mon Sep 17 00:00:00 2001 From: Samuel Tschiedel Date: Sat, 20 Apr 2024 17:46:57 -0300 Subject: [PATCH] fix(dired): update dirvish keybindings This is another temporary fix to buy us more time until doomemacs#6760 lands. --- modules/emacs/dired/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/emacs/dired/config.el b/modules/emacs/dired/config.el index e8dbbfacd..ce8438edd 100644 --- a/modules/emacs/dired/config.el +++ b/modules/emacs/dired/config.el @@ -145,10 +145,10 @@ we have to clean it up ourselves." (when (modulep! +icons) (push +dired-dirvish-icon-provider dirvish-attributes)) (map! :map dirvish-mode-map - :n "b" #'dirvish-goto-bookmark - :n "z" #'dirvish-show-history + :n "b" #'dirvish-quick-access + :n "z" #'dirvish-history-jump :n "f" #'dirvish-file-info-menu - :n "F" #'dirvish-toggle-fullscreen + :n "F" #'dirvish-layout-toggle :n "l" #'dired-find-file :n "h" #'dired-up-directory :localleader