git: First stab at adding Linux and Vim keybindings (#23738)
Release Notes: - N/A
This commit is contained in:
parent
a7c549b85b
commit
27d57ba3b6
5 changed files with 47 additions and 0 deletions
|
@ -51,6 +51,7 @@ zed_actions.workspace = true
|
|||
assets.workspace = true
|
||||
command_palette.workspace = true
|
||||
editor = { workspace = true, features = ["test-support"] }
|
||||
git_ui.workspace = true
|
||||
gpui = { workspace = true, features = ["test-support"] }
|
||||
indoc.workspace = true
|
||||
language = { workspace = true, features = ["test-support"] }
|
||||
|
|
|
@ -22,6 +22,7 @@ impl VimTestContext {
|
|||
release_channel::init(SemanticVersion::default(), cx);
|
||||
command_palette::init(cx);
|
||||
project_panel::init(Assets, cx);
|
||||
git_ui::init(cx);
|
||||
crate::init(cx);
|
||||
search::init(cx);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue