小男孩‘自慰网亚洲一区二区,亚洲一级在线播放毛片,亚洲中文字幕av每天更新,黄aⅴ永久免费无码,91成人午夜在线精品,色网站免费在线观看,亚洲欧洲wwwww在线观看

分享

vim的插件taglist的安裝

 非常尛貝 2012-04-03
(1) These follow lines show how to install taglist
1:
download Ctags from http://ctags./
tar -xvvzf file.tar.gz
2:
go into the directory
./configure -prefix (the path you want to install)
make; make install
3:
open ~/.vimrc, add "filetype on" 
4:
download taglist from http://www./scripts/script.php?script_id=273
5:
unzip file.zip
6:
cp -r plugin/* ~/.vim/plugin
cp -r doc/* ~/.vim/doc
7:
when you enter one vim, you can enter 'helptags ~/.vim/doc' which generates help doc, you can enter 'help taglist.txt' to see i
8:
the use of taglist
vim ~/.vimrc, then add follow lines
let Tlist_Show_One_File=1 
let Tlist_Exit_OnlyWindow=1
let Tlist_Use_Right_Window=1
let Tlist_Auto_Open=1
let Tlist_Ctags_Cmd = "/usr/bin/ctags" 
let Tlist_WinWidth = 50 
map <F4> :TlistToggle<cr>
9:
others
ctr+ww = switch
TlistToggle = start and end taglist
o ---在一個(gè)新打開的窗口中顯示光標(biāo)下tag
空格 ---顯示光標(biāo)下tag的原型定義
u ---更新taglist窗口中的tag
s ---更改排序方式,在按名字排序和按出現(xiàn)順序排序間切換
x ---taglist窗口放大和縮小,方便查看較長的tag
+ ---打開一個(gè)折疊,同zo
- ---將tag折疊起來,同zc
* ---打開所有的折疊,同zR
= ---將所有tag折疊起來,同zM
[[ ---跳到前一個(gè)文件
]] ---跳到后一個(gè)文件
q ---關(guān)閉taglist窗口
F1 ---顯示幫助

    本站是提供個(gè)人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多