![]() This fixes `cmd+k` in the terminal taking 1s to have an effect. It is now immediate. It also fixes #7270 by ensuring that we don't set a bad state when matching keybindings. It matches keybindings per context and if it finds a match on a lower context it doesn't keep pending keystrokes. If it finds two matches on the same context level, requiring more keystrokes, then it waits. Release Notes: - Fixed `cmd-k` in terminal taking 1s to have an effect. Also fixed sporadic non-matching of keybindings if there are overlapping keybindings. ([#7270](https://github.com/zed-industries/zed/issues/7270)). --------- Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com> |
||
---|---|---|
.. | ||
channel_buffer_tests.rs | ||
channel_guest_tests.rs | ||
channel_message_tests.rs | ||
channel_tests.rs | ||
editor_tests.rs | ||
following_tests.rs | ||
integration_tests.rs | ||
notification_tests.rs | ||
random_channel_buffer_tests.rs | ||
random_project_collaboration_tests.rs | ||
randomized_test_helpers.rs | ||
test_server.rs |