diff --git a/.tmux.conf.local b/.tmux.conf.local index 4549ce5..20b5981 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -247,7 +247,7 @@ tmux_conf_copy_to_os_clipboard=false unbind C-a set -g prefix2 C-space bind C-space send-prefix -2 -set -g history-limit 8000 # boost history +set -g history-limit 60000 # boost history run -b 'tmux bind -t vi-copy y copy-pipe "xclip -in -selection clipboard"' run -b 'tmux bind -t vi-copy MouseDragEnd1Pane copy-pipe "xclip -in -selection clipboard"'