Ag: Add visual

This commit is contained in:
James Nguyen 2018-01-27 17:22:01 -08:00
parent 08ee8e9f01
commit e7a37237cb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
(defun evil-collection-ag-setup ()
"Set up `evil' bindings for `ag'."
(evil-define-key 'normal ag-mode-map
(evil-define-key '(normal visual) ag-mode-map
"k" 'evil-previous-line
"h" 'evil-backward-char