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

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

[elpa] externals/ivy-hydra 82331ed 147/395: Revert "Don't hardcode C-s a


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 82331ed 147/395: Revert "Don't hardcode C-s and C-r"
Date: Thu, 25 Feb 2021 08:31:50 -0500 (EST)

branch: externals/ivy-hydra
commit 82331ed4accaa032419257e659926584beb76261
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    Revert "Don't hardcode C-s and C-r"
    
    This reverts commit 27b2ae5175678e41b4dca3c60712bf72696f8501.
    
    Fixes #2453
    Re #2450
---
 ivy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index c5a548f..092541c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -418,8 +418,8 @@ action functions.")
     (define-key map (kbd "TAB") 'ivy-partial-or-done)
     (define-key map [remap next-line] 'ivy-next-line)
     (define-key map [remap previous-line] 'ivy-previous-line)
-    (define-key map [remap isearch-forward] 'ivy-next-line-or-history)
-    (define-key map [remap reverse-isearch] 'ivy-reverse-i-search)
+    (define-key map (kbd "C-s") 'ivy-next-line-or-history)
+    (define-key map (kbd "C-r") 'ivy-reverse-i-search)
     (define-key map (kbd "SPC") 'self-insert-command)
     (define-key map [remap delete-backward-char] 'ivy-backward-delete-char)
     (define-key map [remap backward-delete-char-untabify] 
'ivy-backward-delete-char)



reply via email to

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