emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master f3690b6 019/348: Make "M-o j" consistent for ivy-switch-bu


From: Oleh Krehel
Subject: [elpa] master f3690b6 019/348: Make "M-o j" consistent for ivy-switch-buffer and counsel-find-file
Date: Sat, 8 Apr 2017 11:03:15 -0400 (EDT)

branch: master
commit f3690b610ae43ec21e45885166a146ce59a54baa
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]