/dired-arrow-keys

Navigate GNU Emacs Dired-buffers with the arrow keys

Primary LanguageEmacs LispGNU General Public License v2.0GPL-2.0

dired-arrow-keys Build Status Version

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

Install

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)

Related

License

GPL 2 (or higher) © Free Software Foundation, Inc.