vim-grep-operator:将运动和视觉选择带到

时间:2024-06-07 13:20:09
【文件属性】:

文件名称:vim-grep-operator:将运动和视觉选择带到

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-07 13:20:09

Vimscript

vim grep运算符 描述 vim grep运算符插件,受Steve Losh和他的书的启发: ://learnvimscriptthehardway.stevelosh.com/ 这个插件有2个目标: 将运动和视觉选择带到:grep命令 快速打开快速修复窗口以轻松进行文件匹配导航 视觉选择上的g{motion}或g将产生以下输出: g{motion}或g会提示您输入文件名并产生以下输出: 安装 使用病原体或病原体兼容插件管理器。 如果您使用git进行源代码管理,则应将grepprg选项设置为如下所示: set grepprg=git\ grep\ -n\ $* 建议的〜/ .vimrc映射 nmap g GrepOperatorOnCurrentD


【文件预览】:
vim-grep-operator-master
----.gitignore(9B)
----doc()
--------grep-operator.txt(4KB)
----README.md(2KB)
----plugin()
--------grep_operator.vim(1KB)
----autoload()
--------grep_operator.vim(3KB)

网友评论