简体   繁体   中英

How do I go to the Xth match in vim?

我想在vim中使用正则表达式找到2892216th匹配项(从技术上讲,可以将上下文提供给2892216th匹配项的任何Linux工具都足够了)

You can say 2892216/regex in vim. Make sure that you are at the beginning of file or the count will be wrong. It is nth match from the current position.

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