From: Oleh Krehel Date: Fri, 11 Mar 2016 11:57:00 +0000 (+0100) Subject: counsel.el (counsel-find-file): Bind "M-o f" to find-file-other-window X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/ac4bedf900667a215054cc250419d6e932d89937 counsel.el (counsel-find-file): Bind "M-o f" to find-file-other-window --- diff --git a/counsel.el b/counsel.el index 26ee0eb37..899e5e0a0 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."