mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(dired): update dirvish keybindings
This is another temporary fix to buy us more time until doomemacs#6760 lands.
This commit is contained in:
committed by
Henrik Lissner
parent
415792d37b
commit
0f09d6f748
@ -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
|
||||
|
Reference in New Issue
Block a user