diff --git a/home/tmux.conf b/home/tmux.conf index c37f870..9e6ec75 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -57,7 +57,7 @@ bind -n M-> resize-pane -R 1 bind-key w display-panes # Sets tmux scrollback history -set -g history-limit 5000000 +set -g history-limit 5000 # Syncronizes keys typed in one pane across all panes, press again to disable bind-key y setw synchronize-panes