Sometimes it would be nice to paste something from osx buffer to helm. For example when you're trying to find some code or file by part of the name that you copied from console
But for now, with mac feature enabled it's doesn't work (however from edit buffer copy/paste works well)
Any idea how to fix it?
Not sure I understand. You can paste your clipboard to ivy/helm with cmdv (or the emacs default, C-y). I can do this from anywhere where you can copy something to your clipboard. Does this not work on MacOS?
@hlissner sometimes it works, sometimes not — for example, if you'll press SPC + SPC for search could you paste filename for example to perform the search?
@hlissner do you have any ideas how to fix it?
Sorry for the late response. I still don't quite understand the problem. In SPC SPC, pasting appears to work fine and consistently. Are you using helm or ivy?
screencast 2018-10-15 14-29-52.mp4.zip
please take a look to attached video
I've copied any text from browser and tried to paste it to emacs with CMD+V — as you can see there is no luck
@hlissner does it clear for you?
Same problem here. I'm able to paste with C-y, but Cmd-V doesn't work. Like in @idoo screencast.
yes, I can confirm that C-y works well, but Cmd-V doesn't
@idoo I have fixed that in #1124 If you don't want to wait just paste the following in your private +bindings.el
(map! (:when IS-MAC
(:map general-override-mode-map
:gi "M-v" #'yank))))
As of 1f523dfd, this should be fixed. Please update and let me know if it works for you.
works well now! thank you <3
Most helpful comment
@idoo I have fixed that in #1124 If you don't want to wait just paste the following in your private
+bindings.el