vim: Allow :
in empty panes and screen shares (#10171)
Release Notes: - vim: Fixed `:` when no files are open
This commit is contained in:
parent
4a325614f0
commit
73d8a43c81
3 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue