From bcd50640d83ce119d59f023a4edc3d777b901e93 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 14 Nov 2022 13:25:23 +0000 Subject: added swiper shortcut --- doom.d/config.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doom.d') diff --git a/doom.d/config.el b/doom.d/config.el index cae9e28..479e6e6 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -73,6 +73,10 @@ matt@matthewlemon.com") (global-set-key (kbd "C-c f") 'counsel-fzf) (global-unset-key (kbd "C-x C-b")) ;; we don't want the old buffer list! +;; Swiper +(use-package swiper + :bind ("C-s" . 'swiper-isearch)) + ;; org-roam (use-package org-roam :custom -- cgit v1.2.3