落梦其他网站
壁纸
实用网站
主题(明/暗)
在搜索模式中添加 \c 或 \C 临时控制
\c
\C
\c 忽略大小写
/\chello
hello Hello HELLO
\C 区分大小写
忽略大小写
:set ignorecase
区分大小写
:set noignorecase
智能匹配,当搜索模式中包含大写字母时,会自动切换为区分大小写的搜索
:set ignorecase smartcase
hello Hello HELLO /hello
hello Hello HELLO /Hello