From e933800052f7c958a31e40b49f586626280a57bc Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 5 Sep 2019 15:13:04 +0200 Subject: [PATCH] vim: fix key with tmux --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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