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

@ -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"] }