summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-02-01 17:12:44 -0800
committerJames Nguyen <james@jojojames.com>2018-02-01 17:12:44 -0800
commit658c574ba44c3f05e20e80d7beeabb76f34863f6 (patch)
treeb65af5a31a1d108be623a282453fa7110b0f2d94
parente50f865550b8c6487fa21aac88f7a29ac49f83b7 (diff)
Dired: Tweak
-rw-r--r--evil-collection-dired.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/evil-collection-dired.el b/evil-collection-dired.el
index f865d57..1e562bf 100644
--- a/evil-collection-dired.el
+++ b/evil-collection-dired.el
@@ -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