Open utterances-bot opened 1 year ago
.如果只在命令行exclude(而不是下面那样, 规则写在文件中), 那么是-g, 接glob, include或者exclude, 默认include, 如果在glob前面加上!, 是exclude. 2.在git context下, 那么rg默认就会考虑.gitignore和全局的$HOME/.config/git/ignore 3.可以写在~/.ignore或者~/.rgignore.
rg --ignore-case
rg --ignore-file some-filename
-rg Validator -t java
rg Plugin -t java
控制你的查找、调用方式,控制你分析的内容,控制你展示的内容,控制你可以创新的内容,创造你的新视野
注意target不用加上斜杠
:NERDTree tab即可直接便利所有当前文件的目录 :NERDTreeCWD 直接切换当前目录到NERDTree中
" only directory
nnoremap yd :let @" = expand("%:p:h")
Neovim skills:
A New Reading Code Method | 志不达者智不坚 言不信者行不果
为了快速阅读源码,一方面我们可能需要通过 fd 快速查找文件,另一
https://jueqingsizhe66.github.io/post/a-new-reading-code-method/