Dired: Tweak

This commit is contained in:
James Nguyen 2018-02-01 17:12:44 -08:00
parent e50f865550
commit 658c574ba4
1 changed files with 5 additions and 1 deletions

View File

@ -118,7 +118,7 @@
"r" 'dired-do-redisplay
"m" 'dired-mark
"t" 'dired-toggle-marks
"u" 'dired-unmark ; also "*u"
"u" 'dired-unmark ; also "*u"
"W" 'browse-url-of-dired-file
"x" 'dired-do-flagged-delete
"gy" 'dired-show-file-type ;; FIXME: This could probably go on a better key.
@ -133,6 +133,10 @@
;; sort
"o" 'dired-sort-toggle-or-edit
;; moving
"gj" 'dired-next-dirline
"gk" 'dired-prev-dirline
"[" 'dired-prev-dirline
"]" 'dired-next-dirline
"<" 'dired-prev-dirline
">" 'dired-next-dirline
"^" 'dired-up-directory