Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 406 Bytes

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