diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-14 13:25:23 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-14 13:25:23 +0000 |
commit | bcd50640d83ce119d59f023a4edc3d777b901e93 (patch) | |
tree | db4f4f2c78a65d23e662d728613fa607fd637082 | |
parent | 784b315a21fc1dbaa6d25d9eef4f90d655ceb83d (diff) |
added swiper shortcut
-rw-r--r-- | doom.d/config.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |