vim: fix key with tmux

This commit is contained in:
Mathieu Maret 2019-09-05 15:13:04 +02:00
parent 3ef85a3ac1
commit e933800052
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -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