Helm: Bind "M-o" to "other-window" for generic files

master
Pierre Neidhardt 2017-07-27 13:48:11 +01:00
parent 3d9f881723
commit 0200c81d83
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"\C-f" 'helm-next-page
"\C-b" 'helm-previous-page)
(define-key helm-generic-files-map (kbd "M-o") 'helm-ff-run-switch-other-window)
(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)