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.
我在源代码目录中使用 ctags 创建了一个标签文件。现在,我如何在 vim 中使用它?如果我打开一个文件并在变量或函数名称上按 ctrl-],vim 会说:E426: tag not found: variable1
:set tags=/home/ptomblin/ctags,/usr/local/src/ctags
你可以把它放在你的主 .vimrc 文件中。