Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.42 KB

readme.md

File metadata and controls

44 lines (30 loc) · 1.42 KB

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.