File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ return {
4747 opts .mapping [" <C-L>" ] = cmp .mapping (copilot_action " accept_word" )
4848 opts .mapping [" <C-Down>" ] = cmp .mapping (copilot_action " accept_line" )
4949 opts .mapping [" <C-J>" ] = cmp .mapping (copilot_action " accept_line" )
50- opts .mapping [" <C-C >" ] = cmp .mapping (copilot_action " dismiss" )
50+ opts .mapping [" <C-e >" ] = cmp .mapping (copilot_action " dismiss" )
5151 end ,
5252 },
5353 {
@@ -71,7 +71,7 @@ return {
7171 opts .keymap [" <C-L>" ] = { copilot_action " accept_word" }
7272 opts .keymap [" <C-Down>" ] = { copilot_action " accept_line" }
7373 opts .keymap [" <C-J>" ] = { copilot_action " accept_line" , " select_next" , " fallback" }
74- opts .keymap [" <C-C >" ] = { copilot_action " dismiss" }
74+ opts .keymap [" <C-e >" ] = { copilot_action " dismiss" }
7575 end ,
7676 },
7777 },
You can’t perform that action at this time.
0 commit comments