From e63893a89d31c620335ce6a62dad619e40ea71d1 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 29 Jan 2023 06:15:34 -0500 Subject: [PATCH] added logging screenshots --- config/dot-tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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"