zed
zed copied to clipboard
Keymap issues conflicting with typing text
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
If the keymap for the ProjectPanel bindings for project_panel::NewFile is changed to a(similarly to Atom), you are unable to type the character "a" while creating a new file as the text editor assumes that you are wanting to create another new file.
Environment
Zed: v0.123.6 (Zed) OS: macOS 14.2.1 Memory: 8 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
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
you need "ProjectPanel && not_editing"
@jeffplays2005, does @0x2CA's suggestion work for you?
Yes, that worked. Thank you so much!