Add eglot-rename bind
This commit is contained in:
parent
272a759bdf
commit
855b1cf24d
3
init.el
3
init.el
@ -463,7 +463,8 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
(:map eglot-mode-map
|
(:map eglot-mode-map
|
||||||
("C-c \\" . eglot-format-buffer)
|
("C-c \\" . eglot-format-buffer)
|
||||||
("C-c q" . eglot-code-action-quickfix)
|
("C-c q" . eglot-code-action-quickfix)
|
||||||
("C-c C-q" . eglot-code-actions)))
|
("C-c C-q" . eglot-code-actions)
|
||||||
|
("M-s r ." . eglot-rename)))
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
;; elec-pair
|
;; elec-pair
|
||||||
|
Loading…
Reference in New Issue
Block a user