summaryrefslogtreecommitdiff
path: root/evil-collection-dired.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-09 19:16:42 -0800
committerJames Nguyen <james@jojojames.com>2018-01-09 19:16:42 -0800
commit67cb382dc949987497308ba517d1191ad81eeaf8 (patch)
tree219629c5b727e038205f5f501465c1b572b40339 /evil-collection-dired.el
parent3f27386553e308cc11684f8163b391a254a6b0b6 (diff)
Dired: Remove extra keybinds
These keybindings were only here to 'override' the keys set by evil-integration's overriding map. Since evil-collection expects evil-integration to be disabled, these can now be removed.
Diffstat (limited to 'evil-collection-dired.el')
-rw-r--r--evil-collection-dired.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/evil-collection-dired.el b/evil-collection-dired.el
index 676a031..f865d57 100644
--- a/evil-collection-dired.el
+++ b/evil-collection-dired.el
@@ -33,22 +33,9 @@
(defun evil-collection-dired-setup ()
"Set up `evil' bindings for `dired'."
(evil-define-key 'normal dired-mode-map
- "g" nil
- "gg" 'evil-goto-first-line
"q" 'quit-window
"j" 'dired-next-line
"k" 'dired-previous-line
- "l" 'evil-forward-char
- "h" 'evil-backward-char
- ":" 'evil-ex
- "w" 'evil-forward-word-begin
- "e" 'evil-forward-word-end
- "y" 'evil-yank
- "f" 'evil-find-char
- "v" 'evil-visual-char
- "G" 'evil-goto-line
- "$" 'evil-end-of-line
- "n" 'evil-search-next
[mouse-2] 'dired-mouse-find-file-other-window
[follow-link] 'mouse-face
;; Commands to mark or flag certain categories of files