zed icon indicating copy to clipboard operation
zed copied to clipboard

cmd+escape replays last command, and isn't able to be disabled

Open MikeShi42 opened this issue 1 year ago • 0 comments

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?)

  1. Open a new file
  2. Go into insert mode
  3. Type in something, ex. "hello"
  4. Escape
  5. Cmd+S to save
  6. Press Cmd+Esc
  7. 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

MikeShi42 avatar Jan 27 '24 02:01 MikeShi42