From 599fe4bb8eec7226fb68e33d6da50789257064c0 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 13 Apr 2023 18:30:48 -0400 Subject: [PATCH] Disable unused shortcuts. --- configs/init-ivy.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/init-ivy.el b/configs/init-ivy.el index b1ce8c6..1b0b225 100644 --- a/configs/init-ivy.el +++ b/configs/init-ivy.el @@ -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)