简体   繁体   English

如何使用vim的'f'命令(find)查找下一个选项卡

[英]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). 我一直使用vim的f命令,但我无法弄清楚如何找到特殊字符(如制表符)。 Eg, hitting f\\t searches for \\ . 例如,按f\\t搜索\\ 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. 我知道你可以将digraphs与f命令结合使用,但我不认为tab字符有一个有向图。

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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