From 10ed0376f9a322faf63e3d9ac5c73bc7d2768e79 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 20 Jun 2023 00:06:17 -0400 Subject: [PATCH] tmux: Write a history file --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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'