mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -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)
|
(when (modulep! +icons)
|
||||||
(push +dired-dirvish-icon-provider dirvish-attributes))
|
(push +dired-dirvish-icon-provider dirvish-attributes))
|
||||||
(map! :map dirvish-mode-map
|
(map! :map dirvish-mode-map
|
||||||
:n "b" #'dirvish-goto-bookmark
|
:n "b" #'dirvish-quick-access
|
||||||
:n "z" #'dirvish-show-history
|
:n "z" #'dirvish-history-jump
|
||||||
:n "f" #'dirvish-file-info-menu
|
:n "f" #'dirvish-file-info-menu
|
||||||
:n "F" #'dirvish-toggle-fullscreen
|
:n "F" #'dirvish-layout-toggle
|
||||||
:n "l" #'dired-find-file
|
:n "l" #'dired-find-file
|
||||||
:n "h" #'dired-up-directory
|
:n "h" #'dired-up-directory
|
||||||
:localleader
|
:localleader
|
||||||
|
Reference in New Issue
Block a user