Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直使用 vim 的 f 命令,但我不知道如何找到特殊字符(如制表符)。例如,点击f\t搜索\. 我知道您可以将二合字母与f命令结合使用,但我认为制表符没有二合字母。
f\t
\
f
只需键入f,然后按一下Tab键。
由于历史和技术原因,<C-i>您<Tab>可以使用f<C-i>.
<C-i>
<Tab>
f<C-i>