remove local dependency on swiper
This commit is contained in:
parent
42e9ee7862
commit
ecf3d4195a
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
("f" "Find file in project" project-find-file)
|
("f" "Find file in project" project-find-file)
|
||||||
("g" "Grep in project" consult-ripgrep)]
|
("g" "Grep in project" consult-ripgrep)]
|
||||||
["Completions"
|
["Completions"
|
||||||
("a" "Grep in buffer" swiper)
|
("a" "Grep in buffer" consult-line)
|
||||||
("b" "Buffer list" consult-buffer)
|
("b" "Buffer list" consult-buffer)
|
||||||
("t" "Find file" find-file)]
|
("t" "Find file" find-file)]
|
||||||
["Magit"
|
["Magit"
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
("m" "Any (Company)" company-complete)
|
("m" "Any (Company)" company-complete)
|
||||||
("g" "Ask GPT" gptel-menu)]
|
("g" "Ask GPT" gptel-menu)]
|
||||||
["Find"
|
["Find"
|
||||||
("s" "Swiper" swiper)
|
("s" "Swiper" consult-line)
|
||||||
("u" "Vundo" vundo)
|
("u" "Vundo" vundo)
|
||||||
("d" "Dash" dash-at-point)]])
|
("d" "Dash" dash-at-point)]])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue