diff options
author | Cody Hiar <cody@hiar.ca> | 2023-03-02 14:23:51 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-03-02 14:23:51 -0700 |
commit | 50e9938af51a7e32e62a14a782ec927bfe6a0b68 (patch) | |
tree | b693cb329a9a381e76fc44fcc05b546638bc7103 | |
parent | 88b95a0c3d6780afc6b13d9aecbdbe47a8a0456e (diff) |
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
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 |