branch: master
commit f3690b610ae43ec21e45885166a146ce59a54baa
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Make "M-o j" consistent for ivy-switch-buffer and counsel-find-file
---
counsel.el | 2 +-
ivy.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/counsel.el b/counsel.el
index c710ca8..6fe37aa 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1097,7 +1097,7 @@ done") "\n" t)))
(add-to-list 'ivy-ffap-url-functions 'counsel-emacs-url-p)
(ivy-set-actions
'counsel-find-file
- '(("f" find-file-other-window "other window")))
+ '(("j" 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."
diff --git a/ivy.el b/ivy.el
index 6d538a3..eb6fe5d 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2725,7 +2725,7 @@ BUFFER may be a string or nil."
"kill")
("j"
ivy--switch-buffer-other-window-action
- "other")
+ "other window")
("r"
ivy--rename-buffer-action
"rename")))