码迷,mamicode.com
首页 > 系统相关 > 详细

linux vim taglist config

时间:2015-07-28 22:30:59      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

 
"vim config .vimrc
"taglist                                                                                                                                      
map <silent> <F10> :TlistToggle                                                                                                               
let tlist_php_settings=php;c:class;f:function;d:constant                                                                                    
let Tlist_Ctags_Cmd="/home/allen.mh/local/ctags/bin/ctags"                                                                                    
let Tlist_Show_One_File=1                                                                                                                     
let Tlist_Exit_OnlyWindow=1                                                                                                                   
let Tlist_Use_Right_Window=1                                                                                                                  
let Tlist_Auto_Open=1 

 

linux vim taglist config

标签:

原文地址:http://www.cnblogs.com/allenhaozi/p/4684320.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!