Skip to content

Commit

Permalink
tweak(consult): add keybinding for consult-yank-pop
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 9, 2023
1 parent 3637597 commit 8ff02d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ This depends on `+cape-hosts' and `+cape-global-capes'."
"xc" #'consult-complex-command
;; insert
"iy" #'consult-yank-from-kill-ring
"ip" #'consult-yank-pop
"ir" '(nil :wk "register")
"irr" #'consult-register
"irl" #'consult-register-load
Expand Down
1 change: 1 addition & 0 deletions core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
;; ====== Insert ======
"i" '(nil :wk "insert")
"iu" '(insert-char :wk "Unicode char")
"ip" #'yank-pop ;; Will be overwritten with `consult-yank-pop'
"ie" `(,(when (>= emacs-major-version 29) #'emoji-search) :wk "Emoji")

;; ====== Window ======
Expand Down

0 comments on commit 8ff02d2

Please sign in to comment.