Vim使用taglist功能

來源:互聯網
上載者:User

標籤:style   blog   http   color   使用   檔案   re   c   

下載

wget http://www.vim.org/scripts/download_script.php?src_id=19574 -O taglist.zip

  

然後解壓taglist.zip到~/.vim/目錄下

 

在vim中使用如下命令切換taglist顯示

:TlistToggle

  

使用Ctrl+w+w在正常視窗與taglist視窗之間切換。

 

在~/.vimrc中作如下配置

let Tlist_Ctags_Cmd = ‘/usr/bin/ctags‘   "設定Linux系統中ctags程式的位置let Tlist_Show_One_File=1    "不同時顯示多個檔案的tag,只顯示當前檔案的let Tlist_Exit_OnlyWindow=1  "如果taglist視窗是最後一個視窗,則退出vimlet Tlist_Use_Right_Window = 1         "在右側視窗中顯示taglist視窗
let Tlist_Auto_Open=1 "在啟動VIM後,自動開啟taglist視窗  
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.