Helm cleanup
Such bindings prevent editing the *grep buffer.
This commit is contained in:
parent
41d312fea0
commit
741cfb12e8
1 changed files with 0 additions and 5 deletions
|
@ -36,7 +36,6 @@
|
||||||
(prelude-require-packages '(helm helm-projectile))
|
(prelude-require-packages '(helm helm-projectile))
|
||||||
|
|
||||||
(require 'helm-config)
|
(require 'helm-config)
|
||||||
(require 'helm-grep)
|
|
||||||
(require 'helm-projectile)
|
(require 'helm-projectile)
|
||||||
|
|
||||||
(when (executable-find "curl")
|
(when (executable-find "curl")
|
||||||
|
@ -62,10 +61,6 @@
|
||||||
(define-key helm-command-map (kbd "C-c w") 'helm-wikipedia-suggest)
|
(define-key helm-command-map (kbd "C-c w") 'helm-wikipedia-suggest)
|
||||||
(define-key helm-command-map (kbd "SPC") 'helm-all-mark-rings)
|
(define-key helm-command-map (kbd "SPC") 'helm-all-mark-rings)
|
||||||
|
|
||||||
(define-key helm-grep-mode-map (kbd "RET") 'helm-grep-mode-jump-other-window)
|
|
||||||
(define-key helm-grep-mode-map (kbd "n") 'helm-grep-mode-jump-other-window-forward)
|
|
||||||
(define-key helm-grep-mode-map (kbd "p") 'helm-grep-mode-jump-other-window-backward)
|
|
||||||
|
|
||||||
(push "Press <C-c p h> to navigate a project in Helm." prelude-tips)
|
(push "Press <C-c p h> to navigate a project in Helm." prelude-tips)
|
||||||
|
|
||||||
(provide 'prelude-helm)
|
(provide 'prelude-helm)
|
||||||
|
|
Loading…
Reference in a new issue