zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.68k stars 2.79k forks source link

Regression: Vim repeat has been mapped to open command palette #18514

Closed Benjamin-van-Heerden closed 2 hours ago

Benjamin-van-Heerden commented 2 hours ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Pressing "." after actions or motions that used to repeat no longer works. In stead it opens the command palette. Even when manually executing the vim: repeat command in the palette itself nothing happens, the command palette clears and "opens" again. Nothing has changed in the keymaps files so this had to have been changed somewhere else by mistake.

Environment

Zed: v0.154.3 (Zed) OS: Linux X11 pop 22.04 Memory: 31.2 GiB Architecture: x86_64 GPU: NVIDIA GeForce RTX 3050 || NVIDIA || 560.35.03

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


Benjamin-van-Heerden commented 2 hours ago

This issue has sorted itself out on restart.