ZIm/crates/gpui/src/keymap
Conrad Irwin e1b2ef2c7a
Update keymap context binding behavior of > and ! (#34664)
Now ! means "no ancestors matches this", and > means "any descendent"
not "any child".

Updates #34570

Co-authored-by: Ben Kunkle <ben@zed.dev>

Release Notes:

- *Breaking change*. The context predicates in the keymap file now
handle ! and > differently. Before this change ! meant "this node does
not match", now it means "none of these nodes match". Before this change
> meant "child of", now it means "descendent of". We do not expect these
changes to break many keymaps, but they may cause subtle changes for
complex context queries.

---------

Co-authored-by: Ben Kunkle <ben@zed.dev>
2025-08-23 10:35:20 -04:00
..
binding.rs Sketch in a table for the keybindings UI (#32436) 2025-06-30 19:25:11 -04:00
context.rs Update keymap context binding behavior of > and ! (#34664) 2025-08-23 10:35:20 -04:00