Navigate Dired buffers with the arrow keys
Map
Key | Bound function |
---|---|
→ | dired-find-file |
← | dired-find-parent-directory |
And for evil users, map
Key | Bound function |
---|---|
h | dired-find-file |
l | dired-find-parent-directory |
With Quelpa
(use-package dired-arrow-keys
:quelpa (dired-arrow-keys
:fetcher github
:repo "EricCrosson/dired-arrow-keys")
:config (dired-arrow-keys-install))
Or manually, after downloading into your load-path
(require 'dired-arrow-keys)
(dired-arrow-keys-install)
GPL 2 (or higher) © Free Software Foundation, Inc.