Release Notes: - Added C-w and C-u keymaps in vim mode ([#7691](https://github.com/zed-industries/zed/issues/7691))
This commit is contained in:
parent
fecb5a82f1
commit
ecd9b93cb1
1 changed files with 3 additions and 1 deletions
|
@ -485,7 +485,9 @@
|
||||||
"ctrl-x ctrl-a": "assistant::InlineAssist", // zed specific
|
"ctrl-x ctrl-a": "assistant::InlineAssist", // zed specific
|
||||||
"ctrl-x ctrl-c": "copilot::Suggest", // zed specific
|
"ctrl-x ctrl-c": "copilot::Suggest", // zed specific
|
||||||
"ctrl-x ctrl-l": "editor::ToggleCodeActions", // zed specific
|
"ctrl-x ctrl-l": "editor::ToggleCodeActions", // zed specific
|
||||||
"ctrl-x ctrl-z": "editor::Cancel"
|
"ctrl-x ctrl-z": "editor::Cancel",
|
||||||
|
"ctrl-w": "editor::DeleteToPreviousWordStart",
|
||||||
|
"ctrl-u": "editor::DeleteToBeginningOfLine"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue