Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以复制超出 GNU 屏幕中可视窗口边缘的线?
当我按 Ctrl-a [ 然后按空格键时,我只能移动到可见窗口的边缘,即使线条延伸得更远。我正在尝试从在 vim 中打开的文件中复制一行,然后将其粘贴到不同的屏幕中。
谢谢你的帮助!
在 vim 中,您可以使用 * buffer 复制到剪贴板并使用 V 标记整行:因此在正常模式下按:
V"*y
将光标下的行复制到剪贴板