Change evil keybind from rg to counsel-rg.

This commit is contained in:
kj 2023-04-13 02:01:17 -04:00
parent 4f90e837eb
commit 6d0b0a6abc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
(evil-define-key all-states 'global (kbd "C-z") 'undo)
;; Cambiar C-r a ripgrep y U hasta hacer redo
(evil-define-key vim-states 'global (kbd "C-r") 'rg)
(evil-define-key vim-states 'global (kbd "C-r") 'counsel-rg)
(evil-define-key 'normal 'global (kbd "U") 'undo-redo)
;; Arreglar yank-pop en normal mode