commit e44bb24817109e23a46402622a105a20ca576166
parent e8ef2d18fa0f0b7ea8e8bcdafb5b2d2cbc3938eb
Author: Robert Russell <robert@rr3.xyz>
Date: Mon, 12 May 2025 15:52:58 -0700
Fix stuck-waiting-for-character-to-find issue
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/zed/keymap.json b/zed/keymap.json
@@ -686,6 +686,13 @@
},
{
+ "context": "vim_mode == waiting",
+ "bindings": {
+ "escape": "vim::ClearOperators"
+ }
+ },
+
+ {
"context": "vim_mode == operator",
"bindings": {
"escape": "vim::ClearOperators"