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

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

[elpa] master 40a938b 21/90: ivy.el (ivy-minibuffer-map): Bind ivy-yank-


From: Oleh Krehel
Subject: [elpa] master 40a938b 21/90: ivy.el (ivy-minibuffer-map): Bind ivy-yank-word to "M-j"
Date: Tue, 30 Jun 2015 07:28:10 +0000

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

    ivy.el (ivy-minibuffer-map): Bind ivy-yank-word to "M-j"
    
    Re #133
---
 ivy.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ivy.el b/ivy.el
index 9ac4917..cb94e44 100644
--- a/ivy.el
+++ b/ivy.el
@@ -121,6 +121,7 @@ Only \"./\" and \"../\" apply here. They appear in reverse 
order."
     (define-key map (kbd "C-M-n") 'ivy-next-line-and-call)
     (define-key map (kbd "C-M-p") 'ivy-previous-line-and-call)
     (define-key map (kbd "M-q") 'ivy-toggle-regexp-quote)
+    (define-key map (kbd "M-j") 'ivy-yank-word)
     map)
   "Keymap used in the minibuffer.")
 



reply via email to

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