git: First stab at adding Linux and Vim keybindings (#23738)

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-01-27 16:58:09 -05:00 committed by GitHub
parent a7c549b85b
commit 27d57ba3b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 0 deletions

View file

@ -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);
});