Add vim-style completion bindings:
This commit is contained in:
parent
2cb320e246
commit
51b24bbaf3
1 changed files with 6 additions and 1 deletions
|
@ -572,7 +572,12 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape": "vim::NormalBefore",
|
"escape": "vim::NormalBefore",
|
||||||
"ctrl-c": "vim::NormalBefore",
|
"ctrl-c": "vim::NormalBefore",
|
||||||
"ctrl-[": "vim::NormalBefore"
|
"ctrl-[": "vim::NormalBefore",
|
||||||
|
"ctrl-x ctrl-o": "editor::ShowCompletions",
|
||||||
|
"ctrl-x ctrl-a": "assistant::InlineAssist", // zed specific
|
||||||
|
"ctrl-x ctrl-c": "copilot::Suggest", // zed specific
|
||||||
|
"ctrl-x ctrl-l": "editor::ToggleCodeActions", // zed specific
|
||||||
|
"ctrl-x ctrl-z": "editor::Cancel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue