zed icon indicating copy to clipboard operation
zed copied to clipboard

Ctrl + s in editor stopped working (vim mode)

Open BrianDelalex opened this issue 9 months ago • 3 comments

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

BrianDelalex avatar May 12 '25 12:05 BrianDelalex

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.

sverro2 avatar May 13 '25 14:05 sverro2

Having the same issue, downgraded to an older version for now, hoping to see this fixed soon. Running Wayland on Linux (AMD GPU)

RenderPipelineExt avatar May 14 '25 17:05 RenderPipelineExt

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

5brian avatar May 16 '25 08:05 5brian

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?

sygi avatar May 19 '25 12:05 sygi