Add keymap picker UI

Co-authored-by: Max <max@zed.dev>
This commit is contained in:
Mikayla Maki 2023-03-07 17:13:01 -08:00
parent 3594243644
commit 350ddf2025
8 changed files with 225 additions and 26 deletions

View file

@ -14,6 +14,7 @@ test-support = []
anyhow = "1.0.38"
log = "0.4"
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
install_cli = { path = "../install_cli" }
project = { path = "../project" }
@ -21,4 +22,5 @@ settings = { path = "../settings" }
theme = { path = "../theme" }
theme_selector = { path = "../theme_selector" }
util = { path = "../util" }
picker = { path = "../picker" }
workspace = { path = "../workspace" }