vim 常用插件 WinManager 文件管理器

 

vim 常用插件 WinManager 文件管理器
2007-08-26 00:22
在VIM中你是不是常常觉得VIM在编缉文件方面不太方便啊比如文件打开,切换等,你可以试试这个插件
安装完后,运行:WMToggle,就可以调出winmanager,使用Ctrl-WW,可以转换窗口,也可以在配置文件中进行映射:
map :FirstExplorerWindow
map :BottomExplorerWindow
map :WMToggle
同时,可以看看buffer file list,也会出现,使用也是很方便的。
...

官方描述: winmanager is a plugin which implements a classical windows type IDE in Vim-6.0. Basically, you have the directory tree and the buffer list as 2 windows which stay on the left and the editing is done in a seperate area on the left. People have already made excellent File and Buffer explorers seperately and I thought that it might be a cool idea to combine them both. winmanager.vim combines the standard File Explorer which ships with Vim 6.0 and a Buffer Explorer written by Jeff Lanzarotta into one package.

非常好用的东西, 在屏幕上打开一个文件浏览器, 这样就可以方便地选择要编辑的文件了。

默认情况下, winmanager 依赖于 bufexplorer, 到这里下载。 如果你不喜欢 bufexplorer 插件的话 可以在你的 .vimrc 中添加这条命令禁用它:

let g:winManagerWindowLayout = "FileExplorer" 

这样就不需要下载该插件了。

 

link : http://hi.baidu.com/phps/blog/item/1bf9bb09105711266a60fb7a.html

 

 

 

你可能感兴趣的:(vim 常用插件 WinManager 文件管理器)