Vim-Scripts里的东西

字体大小: 中小 标准 ->行高大小: 标准

Vim-Scripts是一个Ubuntu自带的软件包,也历史悠久了,里面有一些非常常用的vim插件。

align

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

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

xmledit

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/65143.html