diff --git a/.vimrc b/.vimrc index 80c2c98..adea215 100644 --- a/.vimrc +++ b/.vimrc @@ -496,7 +496,7 @@ Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-rhubarb' " Comment block of code Plugin 'tpope/vim-commentary' -" Make terminal vim and tmux work better together. +" Make terminal vim and tmux work better together for Focus. Plugin 'tmux-plugins/vim-tmux-focus-events' " language pack Plugin 'sheerun/vim-polyglot' @@ -580,6 +580,7 @@ Plugin 'gregkh/kernel-coding-style.git' " Recognize Key in screen/tmux "Plugin 'drmikehenry/vim-fixkey' +set term=xterm-256color Plugin 'tpope/vim-surround' " Maps ss to surround word. e.g. ss] to add [] around word