Change summary
assets/keymaps/default-linux.json | 2 +-
assets/keymaps/default-macos.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -121,7 +121,7 @@
"bindings": {
"alt-]": "editor::NextInlineCompletion",
"alt-[": "editor::PreviousInlineCompletion",
- "alt-right": "editor::AcceptPartialInlineCompletion"
+ "ctrl-right": "editor::AcceptPartialInlineCompletion"
}
},
{
@@ -152,7 +152,7 @@
"bindings": {
"alt-]": "editor::NextInlineCompletion",
"alt-[": "editor::PreviousInlineCompletion",
- "alt-right": "editor::AcceptPartialInlineCompletion"
+ "cmd-right": "editor::AcceptPartialInlineCompletion"
}
},
{