mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(dired): bind gl, h, l, & arrows to directory nav
This commit is contained in:
@ -145,6 +145,11 @@ Fixes #3939: unsortable dired entries on Windows."
|
||||
:n "F" #'dirvish-layout-toggle
|
||||
:n "z" #'dirvish-history-jump
|
||||
:n "gh" #'dirvish-subtree-up
|
||||
:n "gl" #'dirvish-subtree-toggle
|
||||
:n "h" #'dired-up-directory
|
||||
:n "l" #'dired-find-file
|
||||
:gm [left] #'dired-up-directory
|
||||
:gm [right] #'dired-find-file
|
||||
:m "[h" #'dirvish-history-go-backward
|
||||
:m "]h" #'dirvish-history-go-forward
|
||||
:m "[e" #'dirvish-emerge-next-group
|
||||
|
Reference in New Issue
Block a user