- Prison Code Breaker Diary -

=> aka: Nhật Kí Code Tù

Categories

TagList - a plugin for source code browser and quick file manipulate in Gvim.

It's a good one to pick up.
First, you should make sure Vim is installed on your system properly.
Then, download it here: Vim Plugin - TagList Download
You also need to install the Excuberant CTags in order for TagList to run properly.
Get Excuberant CTags

Locate your vimrc then add these lines:
note: use command: locate vimrc to search


let Tlist_Ctags_Cmd = "/usr/local/bin/ctags"
let Tlist_WinWidth = 50
map <f4> :TlistToggle<cr>

Here the explanation:
Tlist_Ctags_Cmd is the variable that holds the ctags binary utility
Tlist_WinWidth is the width of source code browser width on the screen.
TlistToggle is the boolean value of toggling the browser.

I'd better say this plugin is for Gvim specifically.

Have fun!@

0 comments

Post a Comment