aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-03-01 10:11:17 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit620f91b50aae007fef3261d8c66c719d4fbe75cd (patch)
tree82927bef5d21a555a855df4bedf77523d4294255 /tmux.conf
parent725d2444bcdf6567f78411cd9cbf56748c6dd3d1 (diff)
downloaddotnvim-620f91b50aae007fef3261d8c66c719d4fbe75cd.tar.gz
dotnvim-620f91b50aae007fef3261d8c66c719d4fbe75cd.zip
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
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
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