autopair.fish:在Fish命令行中自动完成匹配对

时间:2024-06-16 09:58:31
【文件属性】:

文件名称:autopair.fish:在Fish命令行中自动完成匹配对

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-16 09:58:31

fish commandline fish-plugin Shell

自动配对 在命令行中自动完成匹配对。 在命令行中键入时自动插入,删除和跳过匹配对: () , [] , {} , ""和'' 。 例如,按(插入()然后将光标放在括号之间。希望如此。 插入匹配对。 $ echo ⎢ # Let's say ⎪ is the cursor! ” :boxing_glove: $ echo " ⎪ " 退格上的擦除对: $ echo " Hey⎪ " 退格键 :boxing_glove: :boxing_glove: :boxing_glove: $ echo " ⎪ " 退格键 :boxing_glove: $ echo ⎪ 跳过匹配对: $ echo " Hey⎪ " ” :boxing_glove: $ echo " Hey " ⎪ 安装 与安装: fisher install jorgebucaran/autopair.fish 执照


【文件预览】:
autopair.fish-main
----.github()
--------workflows()
----LICENSE.md(1KB)
----README.md(958B)
----conf.d()
--------autopair.fish(1KB)
----functions()
--------_autopair_insert_left.fish(403B)
--------_autopair_insert_same.fish(776B)
--------_autopair_tab.fish(247B)
--------_autopair_backspace.fish(323B)
--------_autopair_insert_right.fish(330B)

网友评论