vim netrw (#7962)
- Tidy up vim netrw bindings (c.f. https://github.com/zed-industries/zed/issues/4270, https://github.com/zed-industries/zed/pull/7757) - Add vim commands for panels Release Notes: - vim: add commands to toggle panels `:E[xplore]`, `:C[ollab]`, `:Ch[at]`, `:N[otification]`, `:A[I]`, `:te[rm]` (or `:T[erm]`).
This commit is contained in:
parent
8aa5319210
commit
4c781b6455
4 changed files with 66 additions and 39 deletions
|
@ -20,8 +20,6 @@ collections.workspace = true
|
|||
command_palette.workspace = true
|
||||
# HACK: We're only depending on `copilot` here for `CommandPaletteFilter`. See the attached comment on that type.
|
||||
copilot.workspace = true
|
||||
project_panel.workspace = true
|
||||
diagnostics.workspace = true
|
||||
editor.workspace = true
|
||||
gpui.workspace = true
|
||||
itertools = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue