当前位置:网站首页>[开发杂项][编辑器][代码阅读]ctags&vim
[开发杂项][编辑器][代码阅读]ctags&vim
2022-08-04 05:30:00 【xcy6666】
~/.ctags
ctags --recurse=yes --exclude=.git
generate tags for vim
- cadd config at ~/
$ cat ~/.tags
--recurse=yes
--exclude=.git
--exclude=BUILD
--exclude=.svn
--exclude=*.js
--exclude=vendor/*
--exclude=node_modules/*
--exclude=db/*
--exclude=log/*
--exclude=\*.min.\*
--exclude=\*.swp
--exclude=\*.bak
--exclude=\*.pyc
--exclude=\*.class
--exclude=\*.sln
--exclude=\*.csproj
--exclude=\*.csproj.user
--exclude=\*.cache
--exclude=\*.dll
--exclude=\*.pdb
- generate
$ cd ~/ws/proj/
$ ctags
# ctags --recurse=yes --exclude=.git
- start navigate tag
$ vim -t <main>
- list all tags
:tags - jump to current
<tag>definitionctrl + ] - jump back to prev tag
ctrl + T - select tag
:ts <tag> - jump to next match
:tn - jump to previou match
:tp - jump directly
:tag main, jump to main directly:tag /^get, jump to lable match^get, i.e. start with ‘get’
边栏推荐
猜你喜欢

MNIST handwritten digit recognition, sorted by from two to ten

代码庆端午--粽你心意

数据库的简述与常用操作指南

arm-2-基础阶段

打金?工作室?账号被封?游戏灰黑产离我们有多近

图像形变(插值方法)

Deep Adversarial Decomposition: A Unified Framework for Separating Superimposed Images

CSDN大礼包--高校圆桌派大礼包

Cut the hit pro subtitles export of essays
![[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST](/img/06/6f49260732e5832edae2ec80aafc99.png)
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
随机推荐
pytorch学习-没掌握的点
PyTorch
光条提取中的连通域筛除
典型CCN网络——efficientNet(2019-Google-已开源)
机器学习——分类问题对于文字标签的处理(特征工程)
Windows10重置MySQL用户密码
latex-写论文时一些常用设置
Deep Adversarial Decomposition: A Unified Framework for Separating Superimposed Images
MNIST handwritten digit recognition, sorted by from two to ten
MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
(TensorFlow) - detailed explanation of tf.variable_scope and tf.name_scope
arm学习-1-开发板
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation
The second official example analysis of the MOOSE platform - about creating a Kernel and solving the convection-diffusion equation
Golang environment variable settings (2)--GOMODULE & GOPROXY
LeetCode_Dec_3rd_Week
PP-LiteSeg
tensorRT5.15 使用中的注意点
Android foundation [Super detailed android storage method analysis (SharedPreferences, SQLite database storage)]