vim 打开文件时要在ctags文件所在的目录。
创建ctags文件
ctags -R *
跳转操作
ctrl+]
返回操作
ctrl+t
vim 打开文件时要在ctags文件所在的目录。
ctags -R *
ctrl+]
ctrl+t
相关文章: