Yank text into register and then play it with "@" #7326
Unanswered
whatwouldmarvindo
asked this question in
Q&A
Replies: 1 comment
-
It's an open issues. See #1658. |
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 found this tutorial on YouTube that goes a little in depth about registers in vim and how to execute registers.
I tried to replicate the vim behavior by doing the following:
q<register>
@<register>
"<register>p
0"<register>y$
Replaying the edited register with
@<register>
doesn't work now. Is this a bug or is there anything I am missing?Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions