ksqsf
ksqsf
> @ksqsf 最新版的鼠须管(0.16.2),似乎还不支持这个group参数? 是的,需要自己编译。
请检查 dict.yaml 中是否有这些词。如有,删除后重新部署。此时如果还能看到,说明进入了用户词库,再使用 ctrl-del 删除。
一个可能的解决办法:让 trime 自带的 default.yaml 里读取 default.trime.yaml 之类的文件。不过这个需要跟 trime 那边提。
最近碰到类似内存泄露问题,手动使用 `collectgarbage()` 可以强行回收内存。 怀疑原因是 https://stackoverflow.com/questions/43150742/is-there-any-way-to-let-lua-garbage-collector-know-about-memory-requirements-of 里提到的,Lua 侧不知道 C++ 侧内存对象大小,低估了释放的内存,所以 GC 次数太少。
@yavuzakyuz I can't say I have very concrete expectations, but IMO doom-monokai's tab-bar is good-looking enough. (It can be improved though: the "close" and "new tab" buttons look a little...
I was just about to report the same issue before I found yours, and yours is much more convincing than mine, thanks! I would like to add that, with the...
I suggest you trying Emacs 29. It has fixed numerous crashes during the development cycle.
Is there a way to ignore such unparsable statements?
既然用拼音输入法,回车就能直接上屏 "home",不需要做别的设置。
没必要打 / 。直接打 "home" 回车不就是 "home" 嘛。 如果非要引导键,可以参考 https://github.com/rime/squirrel/issues/787 及其中所引用 issue 的做法,特别是 https://github.com/rime/squirrel/issues/581 。