/vim-ctags

vim plugin: display file function list and directories

Primary LanguageVim scriptGNU General Public License v3.0GPL-3.0

vim-ctags

vim plugin: display file function list and directories

How to install

  • git clone the repo and put the two directories to ~/.vim, create the directories if it not exist.
  • sudo mv vimrc /etc/vim/

How to use

  • F3 display directoris on the vim left side
  • F4 display current file function on the vim right side
  • ctags -R . , if you want to use shift + ] or shift + t to jump function call