-
我的Vim Tmux配置文件:vim_tmux_config
资源介绍
vim_tmux_config
我的Vim Tmux配置
前提条件
安装Vim-Plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
安装TPM tmux插件管理器
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
复制配置文件
cp -t ~/ .vimrc .tmux.conf
打开Vim并安装插件
:PlugInstall
重新加载TMUX
# type this in terminal if tmux is already running
$ tmux source ~/.tmux.conf
按前缀+ I(在