diff --git a/config/dot-tmux.conf b/config/dot-tmux.conf index 403b25e..268f025 100644 --- a/config/dot-tmux.conf +++ b/config/dot-tmux.conf @@ -6,6 +6,7 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'CrispyConductor/tmux-copy-toolkit' set -g @plugin 'tmux-plugins/tmux-pain-control' set -g @plugin 'jaclu/tmux-menus' +set -g @plugin 'tmux-plugins/tmux-logging' # set -g @plugin 'tmux-plugins/tmux-open' # -- general @@ -20,6 +21,7 @@ bind C-a send-prefix #Mouse/Scrollback Tweaks set-option -g mouse on set-window-option -g xterm-keys on +set -g history-limit 50000 #Powerline Settings run-shell "powerline-daemon -q"