Add consult-history binding
This commit is contained in:
parent
00bdf1e8eb
commit
b036ee2a32
1
init.el
1
init.el
@ -1085,6 +1085,7 @@ visual states."
|
|||||||
("C-x c r" . consult-recent-file)
|
("C-x c r" . consult-recent-file)
|
||||||
("C-x c b" . consult-bookmark)
|
("C-x c b" . consult-bookmark)
|
||||||
("C-x c d" . consult-fd)
|
("C-x c d" . consult-fd)
|
||||||
|
("C-x c h" . consult-history)
|
||||||
("C-c p" . consult-fd)
|
("C-c p" . consult-fd)
|
||||||
("C-x c g" . consult-ripgrep)
|
("C-x c g" . consult-ripgrep)
|
||||||
("C-c P" . consult-ripgrep)
|
("C-c P" . consult-ripgrep)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user