diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7e44fe3..802b834 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -93,7 +93,8 @@ ;; :config (evil-mode 1)) (use-package swiper - :bind (("C-M-s" . swiper))) + :bind (("C-s" . swiper) + ("C-M-s" . isearch-forward))) (use-package company :hook (prog-mode . company-mode))