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.
This commit is contained in:
James Nguyen 2018-01-09 19:16:42 -08:00
parent 3f27386553
commit 67cb382dc9
1 changed files with 0 additions and 13 deletions

View File

@ -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