相关疑难解决方法(0)

Vim:如何索引纯文本文件?

是否可以在 vim 中索引纯文本文件(一本书),例如:

1. This line contains the words : London, Berlin, Paris
2. In this line, I write about : New-York, London, Berlin
...
100. And, to conclude, my last comments about : New-York, Paris
Run Code Online (Sandbox Code Playgroud)

并有这个结果索引:

Berlin : 1
London : 1, 2
New-York : 2, ..., 100
Paris : 1, ..., 100
Run Code Online (Sandbox Code Playgroud)

并且,如果可能的话,标记方法是什么?我读过 ctags,但它似乎专门针对特定语言(说实话,对于我的需求来说有点矫枉过正)

vim ctags

5
推荐指数
1
解决办法
1005
查看次数

标签 统计

ctags ×1

vim ×1