From 7a512c19eccdb104777dabc4d53261ce4e6643f5 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Sat, 6 Jan 2018 09:38:11 -0800 Subject: [PATCH] Dired: Swap --- evil-collection-dired.el | 4 ++-- 1 file 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 "") 'dired-find-file (kbd "S-") 'dired-find-file-other-window (kbd "M-") '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