vim配置(五):安裝配置WinManager外掛程式

來源:互聯網
上載者:User

標籤:

1. 下載 winmanager.zip

2. 將 winmanager.zip拷貝至~/.vim目錄中,解壓

3. 解壓後將在~/.vim/plugin中出現如下檔案:

[email protected]:~/.vim# ls -a
.  ..  doc  plugin  taglist_46.zip  .viminfo  .vimrc  winmanager.zip
[email protected]:~/.vim# ls plugin/ -l
total 248
-rw-r--r-- 1 root root 152242  2月 26  2013 taglist.vim
-rw-r--r-- 1 root root  39277  4月  4  2002 winfileexplorer.vim
-rw-r--r-- 1 root root  39499  4月  4  2002 winmanager.vim
-rw-r--r-- 1 root root  13399  4月  4  2002 wintagexplorer.vim
[email protected]:~/.vim# 

這樣外掛程式邊安裝好了,接下來就是如何配置和使用了

4. 在~/.vim/.vimrc中增加如下設定:


"""""""""""""""""""""""""""""""
 
"" winManager setting
 
"""""""""""""""""""""""""""""""
 
"設定介面分割
 
"let g:winManagerWindowLayout = "BufExplorer,FileExplorer|TagList"
 
let g:winManagerWindowLayout = "TagList|FileExplorer,BufExplorer"
 
  
 
"設定winmanager的寬度,預設為25
 
let g:winManagerWidth = 30
 
  
 
"定義開啟關閉winmanager按鍵
 
nmap <silent> <F8> :WMToggle<cr>


以上外掛程式安裝設定完畢後,基本的介面功能就可以實現了。
按F8可以開啟/關閉介面。
同時顯示taglist和fileexplorer。在fileexplorer視窗中按<c-n>可以切換到bufexplorer視窗。


5. 目前,vim 開啟一個檔案後,執行如下三個命令:
set tags=/study/linux-git/linux-git/linux-3.18.3/tags
:Tlist
:WMToggle


就把Ctags、taglist和WinManager三個外掛程式給用起來了
主要還是將三個工具用熟練

vim配置(五):安裝配置WinManager外掛程式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.