Add keymap picker UI
Co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
3594243644
commit
350ddf2025
8 changed files with 225 additions and 26 deletions
|
@ -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" }
|
Loading…
Add table
Add a link
Reference in a new issue