aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stow/tmux/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index cd9d202..c6f4b31 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -102,6 +102,8 @@ set-option -g status-left-length 110
set-option -g status-left "#S [#H]"
set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %Y-%m-%d"
set-option -g focus-events on
+# Needed for vim to use vim-oscyank
+set-option -s set-clipboard on
# If you have windows 1, 2, 3 and delete 2 I want the remaining to be 1, 2 not 1, 3
set-option -g renumber-windows on