登录 注册
当前位置:主页 > 资源下载 > 13 > 我的Vim Tmux配置文件:vim_tmux_config

我的Vim Tmux配置文件:vim_tmux_config

  • 更新:2024-11-22 11:32:02
  • 大小:10KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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(在