git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/zer0131/ryan-vim.git
cp ryan-vim/vimrc ~/.vimrc
安装插件
:PluginInstall
更新插件
:PluginUpdate
安装插件列表
:PluginList
清理无用插件
:PluginClean
搜索插件
:PluginSearch [plugin name]
- Vundle使用请点击链接:Vundle手册
centos使用yum安装tmux
yum install tmux
将tmux.conf复制为.tmux.conf
cp tmux.conf ~/.tmux.conf