completion/ivy: update ivy-minibuffer-map & +ivy/kill-ring docstring
This commit is contained in:
parent
434a5efeda
commit
ce9fdaf839
2 changed files with 5 additions and 1 deletions
|
@ -68,6 +68,7 @@ limit to buffers in the current workspace."
|
|||
|
||||
;;;###autoload
|
||||
(defun +ivy/kill-ring ()
|
||||
"Search through the kill ring with `ivy'."
|
||||
(interactive)
|
||||
(ivy-read "Kill ring:"
|
||||
(cl-remove-if (lambda (it)
|
||||
|
|
|
@ -42,8 +42,11 @@
|
|||
|
||||
(map! :map ivy-minibuffer-map
|
||||
[escape] #'keyboard-escape-quit
|
||||
"M-v" #'yank
|
||||
"C-r" #'evil-paste-from-register
|
||||
"M-v" #'clipboard-yank
|
||||
"C-k" #'ivy-previous-line
|
||||
"C-j" #'ivy-next-line
|
||||
"C-l" #'ivy-alt-done
|
||||
"C-w" #'backward-kill-word
|
||||
"C-u" #'backward-kill-sentence
|
||||
"C-b" #'backward-word
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue