码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-01-30 00:03:41      阅读:820      评论:0      收藏:0      [点我收藏+]

标签:

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、如何切换窗口

标签:

原文地址:http://blog.csdn.net/xiangpingli/article/details/43285423

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!