diff options
Diffstat (limited to 'init/bindings.el')
-rw-r--r-- | init/bindings.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/bindings.el b/init/bindings.el index b8af7751f16e..775128bcd221 100644 --- a/init/bindings.el +++ b/init/bindings.el @@ -57,7 +57,7 @@ ;; Open a file in project: (global-set-key (kbd "C-c f") 'project-find-file) -;; Interactively filter lines in current buffer: -(global-set-key (kbd "C-c o") 'helm-occur) +;; Use swiper instead of isearch +(global-set-key "\C-s" 'swiper) (provide 'bindings) |