branch: master commit 30adc93d5a7745463bb1f3c6905aead59e5f6be9 Author: Roey Darwish Dror <roey.gh...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
Add actions to counsel-switch-buffer Fixes #2233 --- counsel.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/counsel.el b/counsel.el index 67ff54f..c8567cc 100644 --- a/counsel.el +++ b/counsel.el @@ -5504,6 +5504,11 @@ in the current window." 'ivy-switch-buffer '(("x" counsel-open-buffer-file-externally "open externally"))) +(ivy-set-actions + 'counsel-switch-buffer + '(("x" counsel-open-buffer-file-externally "open externally") + ("j" ivy--switch-buffer-other-window-action "other window"))) + ;;** `counsel-compile' (defvar counsel-compile-history nil "History for `counsel-compile'.