vscode-emacs-mcx
vscode-emacs-mcx copied to clipboard
Paste text in search window
Hello,
When I try to yank in the search window, it will close.
Steps to reproduce:
- Select Text
- M-w to yank
- C-s to open search
- C-y to place Selected Text <- will close search window
I'm afraid this issue is likely to be closed without a fix like #159 was :(
I hope your suggested workaround might be something that could be considered if there are no other options.
👋 Similarly to https://github.com/whitphx/vscode-emacs-mcx/issues/159#issuecomment-1066785923
I seems like there's no way to paste into the find widget from keyboard as C-y does not work, neither does C-v nor CMD-v (I've enabled emacs-mcx.useMetaPrefixMacCmd on OSX).
Thanks for the report. I modified the keybindings:
- unregister
ctrl+yon find widget. - unregister
cmd+von find widget on mac.
in #2307.
This change will be available with the next release, 0.73.0.
Let me close this issue at this point. Plz reopen it if there is any problem.
I found a command to paste a text from clipboard to the find widget and assigned it to ctrl+y, so that C-y actually works on the find widget.
I will be available from the next release, 0.78.0.