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

Navigate GNU Emacs Dired-buffers with the arrow keys

License

Notifications You must be signed in to change notification settings

EricCrosson/dired-arrow-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Navigate GNU Emacs Dired-buffers with the arrow keys

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published