简体   繁体   中英

How to use vim's 'f' command (find) to find the next tab

I use vim's f command all the time, but I can't figure out how to find special characters (like tabs). Eg, hitting f\\t searches for \\ . I know you can use digraphs in conjunction with the f command, but I don't think there is a digraph for the tab character.

只需键入f ,然后按Tab键。

由于历史和技术原因, <Ci><Tab>相同,因此您可以使用f<Ci>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM