Skip to content

Commit

Permalink
vim: Fix : on welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Nov 20, 2024
1 parent 8c342ef commit 76c7201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/keymaps/vim.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
}
},
{
"context": "EmptyPane || SharedScreen || MarkdownPreview || KeyContextView",
"context": "EmptyPane || SharedScreen || MarkdownPreview || KeyContextView || Welcome",
"use_layout_keys": true,
"bindings": {
":": "command_palette::Toggle",
Expand Down
1 change: 1 addition & 0 deletions crates/welcome/src/welcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl Render for WelcomePage {
h_flex()
.size_full()
.bg(cx.theme().colors().editor_background)
.key_context("Welcome")
.track_focus(&self.focus_handle(cx))
.child(
v_flex()
Expand Down

0 comments on commit 76c7201

Please sign in to comment.