From 620f91b50aae007fef3261d8c66c719d4fbe75cd Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 1 Mar 2019 10:11:17 +0000 Subject: Added tmux compatibility plugins - vim-tmux-focus-events to improve Fugitive and GitGutter integration - vim-tmux-clipboard to make easier copying from vim to a terminal --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index d3746a0..b7f6d8f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -45,6 +45,9 @@ setw -g window-status-current-fg '#000000' set -g pane-active-border-fg '#40a040' set -g pane-border-fg '#555555' +# For fe wvim plugins +set -g focus-events + # Bind to reload config bind r source-file ~/.tmux.conf -- cgit v1.2.3