Closed
Description
Summary
In 0.181.8 and before, with vim_mode: true
, the default keyboard shortcut for Toggle Line Comment (seen in the Edit menu) on macOS is cmd-/
, but starting in 0.182.9 that changed to ctrl-c
.
Description
Steps to reproduce:
- Install 0.181.8, set
vim_mode: true
in settings.json, view Edit -> Toggle Line Comment, observe it showscmd-/
. Setvim_mode: false
, it stays the same. - Install 0.182.9 or 0.182.10, set
vim_mode: true
, view Edit -> Toggle Line Comment, observe it showsctrl-c
. Setvim_mode: false
, it changes tocmd-/
.
Expected Behavior: The shortcut for Toggle Line Comment does not change when turning vim_mode on or off.
Actual Behavior: The shortcut changes based on whether vim_mode is on or off.
Zed Version and System Specs
Zed: v0.182.10 (Zed)
OS: macOS 15.4.1
Memory: 36 GiB
Architecture: aarch64
Metadata
Metadata
Assignees
Labels
No labels