branch: master
commit 40a938bacbf1031a9c7aa224166061e607cc834c
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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.")