fix(dired): update dirvish keybindings

This is another temporary fix to buy us more time until doomemacs#6760
lands.
This commit is contained in:
Samuel Tschiedel 2024-04-20 17:46:57 -03:00 committed by Henrik Lissner
parent 415792d37b
commit 0f09d6f748

View file

@ -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