Rick Lee
Rick Lee
source 目录下执行bash build.sh,运行提示错误: CMake Error at /usr/local/Cellar/cmake/3.15.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Boost (missing: python3) (found suitable version "1.70.0", minimum required is "1.66.0") 经查[boost](https://cmake.org/cmake/help/latest/module/FindBoost.html) 文档,find_package 需要指定 python 版本的前缀,即python3 => python37 此处需要在...
https://github.com/craftzdog/dotfiles-public/blob/f757358129065267507524a1a93112b9ee64ac37/.config/fish/functions/peco_change_directory.fish#L8 if directory contains blank spaces, foo string will contains backslash to escape these spaces, it will fail when execute command cd $foo, my recommandation is: builtin cd (echo $foo|sed...
https://github.com/craftzdog/dotfiles-public/blob/f757358129065267507524a1a93112b9ee64ac37/.config/fish/functions/peco_change_directory.fish#L21 There is a tail / missing... it will show up all the files(not directory) which can be matched by regex.
需求是: normal mode 的时候切换到默认的英文输入法 insert mode 的时候切换到默认的中文输入法 可否增加一个 Default Insert IM 的配置项 不用在程序中来回判断当前输入法,如果该设置为空,则按照原来的逻辑。