netvolcano
netvolcano
自己曾经想参考使用"["或"]"来以词定字的lua脚本来搞定,但是好像不成功。代码如下。我自己反思,应该是没有把按下shift键与输入大写字母之间区分开来;而且自己还不是很会调试这个lua脚本,不知道如何看其中的函数是否生效了。 ``` -- 使用shift来选择2、3候选词的 local select = {} function select.init(env) local config = env.engine.schema.config env.select_candicate = config:get_string('key_binder/select_candicate') end function select.func(key, env) local engine = env.engine local context = env.engine.context if...

When I opened a verilog file with more than 2 thousands of interface signals, I wanted to insert a new line to add a new signal, Vim would waiting long...
试了一下,非常好用,👍