vim-redircommands:用于重定向命令输出的 vim 插件

时间:2021-06-21 22:32:59
【文件属性】:
文件名称:vim-redircommands:用于重定向命令输出的 vim 插件
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-21 22:32:59
Vimscript vim 重定向命令 用于重定向命令输出的 vim 插件 概括 Vim 命令 redir 非常强大。 它允许您以任何您想要的方式处理命令的输出,但使用起来很麻烦。 RedirCommands插件为您提供所有功能而不会遇到麻烦。 功能 :R 运行命令并将输出重定向到拆分窗口。 :R function NERDComment :R python print ' \n ' . join ([ str ( x ** 2 ) for x in xrange ( 100 )]) :RR 运行命令并将输出重定向到目标。 目标可以是寄存器、全局变量或文件。 目标字符串不能包含空格。 :RR highlight Comment @a :RR highlight Comment = > g: hi_com
【文件预览】:
vim-redircommands-master
----doc()
--------redircommands.txt(3KB)
----plugin()
--------redircommands.vim(1KB)
----README.md(1KB)
----.gitignore(9B)

网友评论