Replies: 1 comment
-
I have insert mode worked like on emacs, with key bindings: [keys.insert]
A-w = "yank_to_clipboard"
C-y = "paste_clipboard_after" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I read through shortcuts page several times and my conclusion is "no", but wanted to doublecheck.
I'm on Mac and can do Command+V to paste from system clipboard while in Insert mode, but I want to be able to yank/copy too.
If I highlight some text with mouse while in Insert mode, status at the bottom says
yanked main selection to primary clipboard
, but the text actually doesn't make into the system clipboard (🤔 maybe I found a bug).Beta Was this translation helpful? Give feedback.
All reactions