歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Vim-Scripts裡的東西

Vim-Scripts裡的東西

日期:2017/2/28 15:29:49   编辑:Linux教程

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'
  2. map <c-w><c-t> :WMToggle<cr>
  3. map <c-w><c-f> :FirstExplorerWindow<cr>
  4. map <c-w><c-b> :BottomExplorerWindow<cr>

xmledit

Copyright © Linux教程網 All Rights Reserved