Skip to content

Commit e6483ea

Browse files
authored
fix: Remap bindings to not conflict with terminal (#247)
C-m is same as CR on a lot of terminals, remap to C-s Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
1 parent 2771f1f commit e6483ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/CopilotChat/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ return {
169169
},
170170
submit_prompt = {
171171
normal = '<CR>',
172-
insert = '<C-m>',
172+
insert = '<C-s>',
173173
},
174174
accept_diff = {
175175
normal = '<C-y>',

0 commit comments

Comments
 (0)