Touchup for using Consult over other keybindings
This commit is contained in:
parent
b23b556e31
commit
4be29c4c81
1 changed files with 17 additions and 14 deletions
|
@ -799,19 +799,22 @@ The [[https://github.com/minad/consult][consult project]] aims to use libraries
|
||||||
(ha-leader
|
(ha-leader
|
||||||
"RET" '("bookmark" . consult-bookmark)
|
"RET" '("bookmark" . consult-bookmark)
|
||||||
"k" '("marks" . consult-mark)
|
"k" '("marks" . consult-mark)
|
||||||
"K" '("marks" . consult-global-mark)
|
"K" '("global marks" . consult-global-mark)
|
||||||
"b b" '("switch" . consult-buffer)
|
"b b" '("switch" . consult-buffer)
|
||||||
"b B" '("switch" . consult-project-buffer)
|
"b B" '("proj switch" . consult-project-buffer)
|
||||||
"b o" '("switch other" . consult-buffer-other-window)
|
"b o" '("switch win" . consult-buffer-other-window)
|
||||||
"f g" '("find grep" . consult-ripgrep)
|
"f g" '("find grep" . consult-ripgrep)
|
||||||
"h I" '("info manual" . consult-info)
|
"h I" '("info manual" . consult-info)
|
||||||
"h O" '("org info" . (lambda () (interactive) (consult-info "org")))
|
"h O" '("org info" . (lambda () (interactive) (consult-info "org")))
|
||||||
|
"h M" '("man pages" . consult-man)
|
||||||
|
"t m" '("minor mods" . consult-minor-mode-menu)
|
||||||
"x i" '("choose from imenu" . consult-imenu)
|
"x i" '("choose from imenu" . consult-imenu)
|
||||||
"x I" '("choose from outline" . consult-outline)
|
"x I" '("choose from outline" . consult-outline)
|
||||||
"x r" '("registers" . consult-register)
|
"x r" '("registers" . consult-register)
|
||||||
"x y" '("preview yank" . consult-yank-pop))
|
"x y" '("preview yank" . consult-yank-pop))
|
||||||
|
|
||||||
:bind ("s-v" . consult-yank-pop)
|
:bind (("s-v" . consult-yank-pop)
|
||||||
|
("M-X" . consult-mode-command)) ; Hrm...
|
||||||
|
|
||||||
:general
|
:general
|
||||||
(:states 'normal
|
(:states 'normal
|
||||||
|
|
Loading…
Reference in a new issue