From 50e9938af51a7e32e62a14a782ec927bfe6a0b68 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 2 Mar 2023 14:23:51 -0700 Subject: allow clipboard for oscyank in vim --- stow/tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3