Fix copilot keybindings

This commit is contained in:
Tobias Ostner 2026-01-10 17:32:06 +01:00
parent 4ee244cb03
commit 2d939609b9

View file

@ -68,10 +68,9 @@
(use-package copilot (use-package copilot
:hook (prog-mode . copilot-mode) :hook (prog-mode . copilot-mode)
:bind (("C-<tab>" . copilot-accept-completion) :bind (:map copilot-completion-map
("M-C-<tab>" . copilot-accept-completion-by-word) ("C-<tab>" . copilot-accept-completion)
("C-n" . copilot-next-completion) ("M-C-<tab>" . copilot-accept-completion-by-word))
("C-p" . copilot-previous-completion))
:commands (copilot-login) :commands (copilot-login)
:custom (copilot-indent-offset-warning-disable t) :custom (copilot-indent-offset-warning-disable t)
:config :config