Reproduction steps
- Install zed from scratch - remove all local configuration first
- Run zed, choose JetBrains keymap
- Close zed, re-open zed
- Open keymap
- find Ctrl+W -> SelectLargerSyntaxNode
- Try to unbind - right click to delete - no reaction to delete - try 3-4 times
- Try to bind Close tab (originall Ctrl+F4) to Ctrl+W - accepted after warning that 6 other mappings use it
- Close zed and re-open
- Use Ctrl+W on active tab - no reaction, Ctrl+F4 still works
- Open keymap.json file, find Ctrl+W
- You'll find new binding instruction for Ctrl+W and Close tab
- You'll find 3-4 unbind instructions for Ctrl+W and SelectLargerSyntaxNode
None of the mappings I'm trying to do work this way.
Changing the order of bindings to the following makes it Work:
- unbind ctrl+w
- unbind ctrl+f4
- bind ctrl+w
Current vs. Expected behavior
Current state:
The unbinding and binding doesn't make any effect, as old keystrokes are persistent and new bindings are ineffective.
The expected behaviour:
The new bindings should be working, i.e. Ctrl+W should close active tab, Ctrl+F4 should not. Ctrl+W should NOT select larger syntax node.
Zed version and system specs
Zed: v1.11.3+stable.326.952d712dac48a4af2c54fb22c82d82a9d69b72d4 (Zed)
OS: Linux X11 debian 13
Memory: 62.6 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 5070 || NVIDIA || 610.43.02
Attach Zed log file
No response
Relevant Zed settings
No response
Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
No response
Reproduction steps
None of the mappings I'm trying to do work this way.
Changing the order of bindings to the following makes it Work:
Current vs. Expected behavior
Current state:
The unbinding and binding doesn't make any effect, as old keystrokes are persistent and new bindings are ineffective.
The expected behaviour:
The new bindings should be working, i.e. Ctrl+W should close active tab, Ctrl+F4 should not. Ctrl+W should NOT select larger syntax node.
Zed version and system specs
Zed: v1.11.3+stable.326.952d712dac48a4af2c54fb22c82d82a9d69b72d4 (Zed)
OS: Linux X11 debian 13
Memory: 62.6 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 5070 || NVIDIA || 610.43.02
Attach Zed log file
No response
Relevant Zed settings
No response
Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
No response