[emacs] New package: helm-swoop

Thanks @railsbros-dirk for tipping! :)
This commit is contained in:
Sebastian Schulze 2016-01-25 12:22:40 +01:00
parent ac87bb3599
commit 01f571349b
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@
helm-orgcard
helm-projectile
helm-rb
helm-swoop
helm-unicode
inf-ruby
less-css-mode

View File

@ -23,6 +23,7 @@
(global-set-key (kbd "C-x C-f") 'helm-find-files)
(global-set-key (kbd "C-c H") 'helm-do-ag-in-root)
(global-set-key (kbd "C-c p p") 'helm-projectile-switch-project)
(global-set-key (kbd "C-*") 'helm-swoop)
(global-set-key (kbd "M-p") 'ace-window)
;;; I <3 multiple cursors!