Ctrl + s in editor stopped working (vim mode)
Summary
I can't save with CTRL + S anymore when the focus is in the editor (vim mode enable)
Description
I have update zeditor this morning to the version 0.185.15 and I'm unable to use CTRL + S to save file since. I've rolled back to 0.184.9 and it is working.
The problem appear only when the focus is in the editor. If i click the top left corner button to open the menu the CTRL + S shortcut works properly.
Zed Version and System Specs
Zed: v0.185.15 (Zed) OS: Linux Wayland arch unknown Kernel: 6.14.6-arch1-1 Memory: 62.4 GiB Architecture: x86_64 GPU: Intel(R) Iris(R) Xe Graphics (RPL-P) || Intel open-source Mesa driver || Mesa 25.0.5-arch1.1
Same for me. This used to work until recently (this week it stopped working I think). For me Ctrl+s still works in most Vim modes, except Vim insert mode (it still works fine in normal and visual mode for me).
I am on Linux Wayland as well, but with AMD graphics, updating Zed pretty much daily.
Having the same issue, downgraded to an older version for now, hoping to see this fixed soon. Running Wayland on Linux (AMD GPU)
https://neovim.io/doc/user/lsp.html#_global-defaults
in neovim, ctrl-s in insert mode is used as a default keymap to show the signature
I tested the PR by pasting it to my keymap and can confirm that it works.
I wanted to share my impression though that zed became less stable in the recent months: I feel like every time I try to get back to it, I'm hit by a new issue that wasn't there before (ref: #27334). Maybe a more selective process for updating "stable" branch should be in place?