Skip to content

Commit

Permalink
fix: update copilot bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed May 5, 2024
1 parent 7c3b308 commit 267e42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flakes/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1033,16 +1033,16 @@ local function configure_copilot()

mappings = {
close = {
insert = '<C-c>',
normal = '<C-c>',
},
reset = {
normal = '<Del>',
insert = '<Del>',
},
complete = {
insert = '<Tab>',
},
submit_prompt = {
insert = '<CR>',
normal = '<CR>',
},
accept_diff = {
Expand Down

0 comments on commit 267e42c

Please sign in to comment.