IBuffer: 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:12:22 -08:00
parent 9a0fc313fa
commit 3f27386553
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@
"Set up `evil' bindings for `ibuffer'."
(evil-set-initial-state 'ibuffer-mode 'normal)
(evil-define-key 'normal ibuffer-mode-map
"l" 'evil-forward-char
"h" 'evil-backward-char
"gg" 'evil-goto-first-line
(kbd "m") 'ibuffer-mark-forward
(kbd "t") 'ibuffer-toggle-marks
(kbd "u") 'ibuffer-unmark-forward