Make sure copilot right arrow doesnt consume right arrow input in insert
mode when there is nothing suggested
This commit is contained in:
parent
e09a435efa
commit
009e95c2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ return {
|
|||
require("utils").add_keymaps({
|
||||
i = {
|
||||
["<Right>"] = {
|
||||
cmd = 'copilot#Accept("")',
|
||||
cmd = 'copilot#Accept("\\<Right>")',
|
||||
opts = {
|
||||
expr = true,
|
||||
replace_keycodes = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue