Compare commits

...

1 Commits

Author SHA1 Message Date
Thorsten Ball
cbaf6fbb19 vim: Allow toggling command palette on empty diagnostics view
On an empty diagnostics view, `:` didn't trigger the command palette in
Vim mode. This fixes it.
2024-06-19 12:29:32 +02:00

View File

@@ -672,7 +672,7 @@
}
},
{
"context": "EmptyPane || SharedScreen",
"context": "EmptyPane || SharedScreen || Workspace",
"bindings": {
":": "command_palette::Toggle"
}