/vim_tmux_config

My Vim Tmux Configureation

Primary LanguageVim Script

vim_tmux_config

My Vim Tmux Configureation

pre-requirements

  1. Install Vim-Plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Install TPM tmux plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Copy configure file
cp -t ~/ .vimrc .tmux.conf
  1. Open Vim and install plugins
:PlugInstall
  1. Reload TMUX
# type this in terminal if tmux is already running
$ tmux source ~/.tmux.conf

Press prefix + I (capital I, as in Install) to fetch the plugin.

TPM Link