Fix copilot keybindings
This commit is contained in:
parent
4ee244cb03
commit
2d939609b9
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue