summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-06 09:38:11 -0800
committerJames Nguyen <james@jojojames.com>2018-01-06 09:38:11 -0800
commit7a512c19eccdb104777dabc4d53261ce4e6643f5 (patch)
tree4c0b9f140ca9e17bf31d58d536ba0117b3fd7684
parent4ce6968d221e98d0ad522082711ea927d80017af (diff)
Dired: Swap
-rw-r--r--evil-collection-dired.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-collection-dired.el b/evil-collection-dired.el
index f5c5e4a..676a031 100644
--- a/evil-collection-dired.el
+++ b/evil-collection-dired.el
@@ -141,8 +141,8 @@
(kbd "<return>") 'dired-find-file
(kbd "S-<return>") 'dired-find-file-other-window
(kbd "M-<return>") 'dired-display-file
- "go" 'dired-find-file-other-window
- "gO" 'dired-view-file
+ "gO" 'dired-find-file-other-window
+ "go" 'dired-view-file
;; sort
"o" 'dired-sort-toggle-or-edit
;; moving