aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-03-02 14:23:51 -0700
committerCody Hiar <cody@hiar.ca>2023-03-02 14:23:51 -0700
commit50e9938af51a7e32e62a14a782ec927bfe6a0b68 (patch)
treeb693cb329a9a381e76fc44fcc05b546638bc7103
parent88b95a0c3d6780afc6b13d9aecbdbe47a8a0456e (diff)
allow clipboard for oscyank in vimHEADmaster
-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