vscode-emacs-friendly
vscode-emacs-friendly copied to clipboard
CMD+a for select all not working in file search or search within file
Repro steps:
- Find file (CTRL+x CTRL+f) or find within file (CTRL+s)
- Start typing a few letters
- Type CMD+a
Nothing happens. In the code window, it selects all. With the extension disabled, it selects all. What's special about this little search box that the emacs extension breaks?
It seems like this regressed about 1-2 months ago. A recent fix in VS Code v1.26.0 (https://github.com/Microsoft/vscode/pull/55078) did not work for the cases where Emacs Friendly Keymap was installed.
This is still an issue.