Open 0xkata opened 4 months ago
This may (or may not) be related to #7512. I'm having the same issue.
It seems that ibus doesn't pass the shift key through -- as a workaround I have the following in my keymap.json
:
{
"context": "vim_mode == normal && vim_operator == none && !VimWaiting",
"bindings": {
"O": "vim::InsertLineAbove",
"A": "vim::InsertEndOfLine",
"V": "vim::ToggleVisualLine"
}
}
Check for existing issues
Describe the bug / provide steps to reproduce it
Shift key doesn't seem to work on vim mode when ibus wayland is on, cannot do any keymaps starting with shift. It works again after turning off ibus wayland.
Environment
Zed: v0.143.6 (Zed) OS: Linux Wayland fedora 40 Memory: 14.9 GiB Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log