Use a different keybinding for editor::AcceptPartialInlineCompletion
action (#20419)
Both `editor::AcceptPartialInlineCompletion` and the keybinding for `editor::MoveToEndOfLine` had the same keybinding inside the editor, and with Supermaven's fast proposals, it's been very frequently used incorrectly. Closes #ISSUE Release Notes: - (breaking change) Use `ctrl-right` instead of `cmd-right` as a macOS default for `editor::AcceptPartialInlineCompletion`
This commit is contained in:
parent
653b2dc676
commit
983bb5c5fc
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"alt-]": "editor::NextInlineCompletion",
|
"alt-]": "editor::NextInlineCompletion",
|
||||||
"alt-[": "editor::PreviousInlineCompletion",
|
"alt-[": "editor::PreviousInlineCompletion",
|
||||||
"cmd-right": "editor::AcceptPartialInlineCompletion"
|
"ctrl-right": "editor::AcceptPartialInlineCompletion"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue