Navigation Menu

Skip to content

Commit

Permalink
Enable swiper by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Jan 19, 2017
1 parent b891a97 commit 5438249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Expand Up @@ -216,7 +216,8 @@
(setq ivy-re-builders-alist
'((t . ivy--regex-ignore-order)))
)
:bind (("C-x b" . ivy-switch-buffer)
:bind (("C-s" . swiper)
("C-x b" . ivy-switch-buffer)
("C-c h" . ivy-recentf)
("C-c v" . ivy-push-view)
("C-c V" . ivy-pop-view)
Expand Down

0 comments on commit 5438249

Please sign in to comment.