diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-06 09:38:11 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-01-06 09:38:11 -0800 |
| commit | 7a512c19eccdb104777dabc4d53261ce4e6643f5 (patch) | |
| tree | 4c0b9f140ca9e17bf31d58d536ba0117b3fd7684 /evil-collection-dired.el | |
| parent | 4ce6968d221e98d0ad522082711ea927d80017af (diff) | |
Dired: Swap
Diffstat (limited to 'evil-collection-dired.el')
| -rw-r--r-- | evil-collection-dired.el | 4 |
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 |
