Add keybinding for consult-yank-pop

This commit is contained in:
contrapunctus 2022-01-16 13:56:56 +05:30
parent 2bd9910080
commit bfeeef02ce
1 changed files with 5 additions and 4 deletions

View File

@ -1499,12 +1499,13 @@ Suggestion by lampilelo for extending =iso-transl-ctl-x-8-map= (https://dpaste.c
("C-l" . recenter-top-bottom)
("p" . consult-line)
(". p" . my-consult-line)
("I" . join-line)
;; ("TAB" . 'company-indent-or-complete-common) ;; this works,
("I" . join-line) ;; QWERTY G
("U" . #'consult-yank-pop)
;; ("TAB" . 'company-indent-or-complete-common) ;; this works,
;; but also breaks unfolding in org mode :\ ("<tab>" .
;; 'company-indent-or-complete-common)
;; 'company-indent-or-complete-common)
("J" . 'boon-toggle-comment)
("y" . nil)
("y" . nil) ;; QWERTY t
("y w" . 'transpose-words)
("y e" . 'transpose-sexps)
("y l" . 'transpose-lines)