branch: master commit ac4bedf900667a215054cc250419d6e932d89937 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-find-file): Bind "M-o f" to find-file-other-window --- counsel.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/counsel.el b/counsel.el index 26ee0eb..899e5e0 100644 --- a/counsel.el +++ b/counsel.el @@ -1055,6 +1055,9 @@ done") "\n" t))) (add-to-list 'ivy-ffap-url-functions 'counsel-github-url-p) (add-to-list 'ivy-ffap-url-functions 'counsel-emacs-url-p) +(ivy-set-actions + 'counsel-find-file + '(("f" find-file-other-window "other window"))) (defcustom counsel-find-file-at-point nil "When non-nil, add file-at-point to the list of candidates."