0

我有一台 Windows 10 电脑。VIM 会话从命令提示符窗口运行。通常,当我复制和粘贴时,我会执行以下步骤:

1. go into edit mode by typing ":"
2. select the text with mouse drag
3. right click on mouse button
4. move cursor to a text editor, which is a different window than the VIM terminal.
5. right click and select Paste.

我如何用 yank 做同样的事情?

我知道使用剪贴板“* y”有一个技巧,但我试过了,它没有用。

4

1 回答 1

0

使用 yank 命令。选择要复制的文本并键入"*y

于 2021-04-07T19:05:17.150 回答