zed
zed copied to clipboard
cmd+escape replays last command, and isn't able to be disabled
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
Using vim keybindings enabled (I've seen it happen without vim, but harder to repro?)
- Open a new file
- Go into insert mode
- Type in something, ex. "hello"
- Escape
- Cmd+S to save
- Press Cmd+Esc
- Observe text has duplicated (my editor now says
hellhelloo
)
Environment
Zed: v0.119.19 (Zed) OS: macOS 13.3.0 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your ~/Library/Logs/Zed/Zed.log
file to this issue.
If you only need the most recent lines, you can run the zed: open log
command palette action to see the last 1000.
No response