diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f7681a1..a212f6d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -25,6 +25,8 @@ bind -r M-j resize-pane -D 5 bind -r M-k resize-pane -U 5 bind -r M-l resize-pane -R 5 +set -g history-file ~/.local/state/tmux_history + # plugins set-option -g @plugin 'tmux-plugins/tpm' set-option -g @plugin 'noscript/tmux-mighty-scroll'