Emacs: Evil: Bind C-/ to helm-quit-and-find-file

master
Pierre Neidhardt 2017-06-29 18:06:28 +01:00
parent 4f42076912
commit 6efaf4d233
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ See `eshell' for the numeric prefix arg."
(define-key helm-buffer-map (kbd "M-o") 'helm-buffer-switch-other-window)
(define-key helm-moccur-map (kbd "M-o") 'helm-moccur-run-goto-line-ow)
(define-key helm-grep-map (kbd "M-o") 'helm-grep-run-other-window-action)
(define-key helm-map (kbd "C-/") 'helm-quit-and-find-file)
(dolist (keymap (list helm-find-files-map helm-read-file-map))
(define-keys keymap
"M-o" 'helm-ff-run-switch-other-window