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.
我想设置一个命令来拉整个文件而不移动光标。
这是我创建的宏:
qaggVGy
但是,这会将光标移动到文件的开头。如何在不丢失光标位置的情况下拉动整个文件?
我通常用来:%y+将整个文件拉到系统剪贴板中。您当然可以根据需要使用任何其他寄存器。
:%y+