vim-scripts裏的東西

vim-scripts是一個ubuntu自帶的軟件包,也歷史悠久了,裏面有一些非常常用的vim插件。

align:具體見 :help align,好用的文本對齊插件。

alternate:具體見 :help alternate,文件跳轉插件,好用的文件跳轉插件

bufexplorer

calendar

closetag

colors-sampler-pack

cvsmenu

debPlugin

detectindent

doxygen-toolkit

editexisting

enhanced-commentify

gnupg

info

justify

lbdbq

matchit

minibufexplorer

nerd-commenter

omnicppcomplete:具體見 :help omnicppcomplete.txt

po

project

python-indent

secure-modelines

snippetsEmu

sokoban

supertab:具體見 :help supertab.txt

surround:具體見 :help NERD_commenter.txt

taglist:具體見 :help taglist.txt

tetris

utl

vcscommand

vimplate

whatdomain

winmanager:具體見 :help winmanager

let g:winManagerWindowLayout = 'FileExplorer,TagsExplorer|BufExplorer'
map <c-w><c-t> :WMToggle<cr>
map <c-w><c-f> :FirstExplorerWindow<cr>
map <c-w><c-b> :BottomExplorerWindow<cr>

xmledit

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章