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({
|
require("utils").add_keymaps({
|
||||||
i = {
|
i = {
|
||||||
["<Right>"] = {
|
["<Right>"] = {
|
||||||
cmd = 'copilot#Accept("")',
|
cmd = 'copilot#Accept("\\<Right>")',
|
||||||
opts = {
|
opts = {
|
||||||
expr = true,
|
expr = true,
|
||||||
replace_keycodes = false,
|
replace_keycodes = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue