📄 config.in
字号:
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'Finding Utilities'bool 'find' CONFIG_FINDif [ "$CONFIG_FIND" = "y" ] ; then bool ' Enable modified time matching (-mtime) option' CONFIG_FEATURE_FIND_MTIME bool ' Enable permissions matching (-perm) option' CONFIG_FEATURE_FIND_PERM bool ' Enable filetype matching (-type) option' CONFIG_FEATURE_FIND_TYPEfibool 'grep' CONFIG_GREPif [ "$CONFIG_GREP" = "y" ] ; then bool ' Support extended regular expressions (egrep & grep -E)' CONFIG_FEATURE_GREP_EGREP_ALIAS bool ' Enable before and after context flags (-A, -B and -C)' CONFIG_FEATURE_GREP_CONTEXTfibool 'which' CONFIG_WHICHbool 'xargs' CONFIG_XARGSendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -