diff --git a/keybindings.el b/keybindings.el index 90b7a20..ce8e484 100644 --- a/keybindings.el +++ b/keybindings.el @@ -31,6 +31,11 @@ ;; Duplicate line (via helpers.el) (global-set-key (kbd "C-x C-d") 'duplicate-current-line-or-region) +;; phi-search (enables C-s and C-r searching with multiple-cursors-mode). +(when (require 'phi-search nil 'noerror) + (global-set-key (kbd "C-s") 'phi-search) + (global-set-key (kbd "C-r") 'phi-search-backward)) + ;; Expand region (when (require 'expand-region nil 'noerror) (global-set-key (kbd "M-.") 'er/expand-region) diff --git a/packages.el b/packages.el index e17d840..c2d5c95 100644 --- a/packages.el +++ b/packages.el @@ -59,6 +59,7 @@ markdown-mode minimap multiple-cursors + phi-search php-mode projectile puppet-mode