/vimrc

Primary LanguageVim script

My vim && tmux configuration

  1. Copy .vimrc and .tmux.conf to ~/ directory ( or your configuration directory for vim and tmux)
  2. .vimrc uses Vundle to manage Plugins. Install Vundle to use them:
   git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Open vim, and type: ":PluginInstall".