Disable unused shortcuts.

This commit is contained in:
kj 2023-04-13 18:30:48 -04:00
parent 3b73728c41
commit 599fe4bb8e
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@
:bind (("C-s" . swiper-isearch)
("C-r" . counsel-rg)
("C-c C-r" . ivy-resume)
("C-c v p" . ivy-push-view)
("C-c v o" . ivy-pop-view)
("C-c v ." . ivy-switch-view)
;; ("C-c C-r" . ivy-resume)
;; ("C-c v p" . ivy-push-view)
;; ("C-c v o" . ivy-pop-view)
;; ("C-c v ." . ivy-switch-view)
:map counsel-mode-map
([remap swiper] . counsel-grep-or-swiper)