auto-pairs:Vim插件,成对插入或删除括号,括号,双引号

时间:2021-05-22 05:55:20
【文件属性】:
文件名称:auto-pairs:Vim插件,成对插入或删除括号,括号,双引号
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-22 05:55:20
Vimscript 自动配对 成对插入或删除方括号,括号,引号。 安装 手动的将plugin/auto-pairs.vim复制到~/.vim/plugin git clone git://github.com/jiangmiao/auto-pairs.git ~/.vim/bundle/auto-pairs Plugin 'jiangmiao/auto-pairs' 特征 成对插入 input: [ output: [|] 成对删除 input: foo[] output: foo 返回后插入新的缩进行 input: {|} (press at |) output: { | } (press } to close the pair) output: { }| (the inserted blank line will be deleted)
【文件预览】:
auto-pairs-master
----plugin()
--------auto-pairs.vim(17KB)
----doc()
--------AutoPairs.txt(10KB)
----.gitignore(9B)
----README.md(11KB)

网友评论