首页 > 代码库 > vim配置(六):安装bufexplorer、如何切换窗口

vim配置(六):安装bufexplorer、如何切换窗口

1. 下载bufexplorer-7.4.6.zip
http://www.vim.org/scripts/script.php?script_id=42
2. 拷贝到~/.vim/目录,unzip bufexplorer-7.4.6.zip解压到plugin
3. .vim中的目录结构

root@linux:~/.vim# ls -a
.  ..  bufexplorer-7.4.6.zip  doc  .netrwhist  plugin  taglist_46.zip  .viminfo  .vimrc  winmanager.zip
root@linux:~/.vim# ls -l plugin/
total 288
-rw-r--r-- 1 root root  40280 11月  3 22:21 bufexplorer.vim
-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
root@linux:~/.vim# 
4. 各窗口之间如何切换光标:
ctrl + w 

vim配置(六):安装bufexplorer、如何切换窗口