change binding

This commit is contained in:
2025-10-19 21:26:58 +08:00
parent 379f40eec3
commit 4362f8ebbf
+2 -2
View File
@@ -29,8 +29,8 @@
;; Search bindings for consult-line ;; Search bindings for consult-line
(map! (map!
:n "C-s" (lambda () (interactive) (consult-line (thing-at-point 'symbol))) :n "C-s" #'consult-line
:n "M-S" #'consult-line :n "M-s" (lambda () (interactive) (consult-line (thing-at-point 'symbol)))
:n "C-S-s" #'consult-line-multi) :n "C-S-s" #'consult-line-multi)
(after! lsp-ui (after! lsp-ui