tweak(dired): bind gl, h, l, & arrows to directory nav

This commit is contained in:
Henrik Lissner 2024-08-22 21:45:23 -04:00
parent ad1507ae8d
commit b69e7d1780
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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