# vimconf **Repository Path**: chenwenli/vimconf ## Basic Information - **Project Name**: vimconf - **Description**: 我的vimrc配置,绝大部分由maximum-awesome贡献 - **Primary Language**: VimL - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-01-11 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #vimconf 这是我的vimrc配置。绝大部分配置是由[maximum-awesome](https://github.com/square/maximum-awesome)。感谢github和技术人员的开源精神。 放在git仓库上希望可以分享给大家用,另外一个就是可以做到不同机子即时快速配置vim。 ## install 首先要先`git clone http://git.oschina.net/chenwenli/vimconf.git ~`到本地来,然后在终端执行下面一系列的命令 cd vimconf ln -s vimrc ~/.vimrc ln -s vimrc.local ~/.vimrc.local ln -s vimrc.bundles ~/.vimrc.bundles ln -s vimrc.bundles.local ~/.vimrc.bundles.local ln -s vim ~/.vim 启动vim后执行`:BundleInstall`,如果安装Bundle成功,重启vim可以尽情使用 ## 其他配置文件 ### tmux.conf cp tmux.conf ~/.tmux.conf