vscode-emacs-friendly icon indicating copy to clipboard operation
vscode-emacs-friendly copied to clipboard

CMD+a for select all not working in file search or search within file

Open taj-codaio opened this issue 6 years ago • 2 comments

Repro steps:

  1. Find file (CTRL+x CTRL+f) or find within file (CTRL+s)
  2. Start typing a few letters
  3. 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?

taj-codaio avatar Aug 16 '18 19:08 taj-codaio

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.

taj-codaio avatar Aug 16 '18 19:08 taj-codaio

This is still an issue.

jeffbowen avatar Mar 07 '20 04:03 jeffbowen