vim: Allow : in empty panes and screen shares (#10171)

Release Notes:

- vim: Fixed `:` when no files are open
This commit is contained in:
Conrad Irwin 2024-04-04 14:24:49 -06:00 committed by GitHub
parent 4a325614f0
commit 73d8a43c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View file

@ -70,6 +70,7 @@ impl Render for SharedScreen {
div()
.bg(cx.theme().colors().editor_background)
.track_focus(&self.focus)
.key_context("SharedScreen")
.size_full()
.children(
self.frame