- First round of vim tests

Add `observe_keystrokes` back to gpui2
Allow multiple actions to match a given key event

[[PR Description]]

Release Notes:

- (Added|Fixed|Improved) ...
([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).
This commit is contained in:
Conrad Irwin 2023-12-11 15:06:51 -07:00 committed by GitHub
commit d12eb0581a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1430 additions and 1365 deletions

View file

@ -130,7 +130,7 @@ impl Platform for TestPlatform {
}
fn active_window(&self) -> Option<crate::AnyWindowHandle> {
unimplemented!()
self.active_window.lock().clone()
}
fn open_window(