IBuffer: Add h

Forgot to add the h with the l.
This commit is contained in:
James Nguyen 2017-12-24 09:11:54 -08:00
parent 63f7336716
commit da28282a5a
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
(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