From fbf966fbccecd1889dea05dfc03087ce70b28d08 Mon Sep 17 00:00:00 2001 From: Proctor Date: Mon, 15 Mar 2021 15:42:37 -0500 Subject: [PATCH] add tmux history-file --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 4a8f098..e8fb35c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,8 @@ set -g prefix C-a unbind C-b +set -g history-file ~/.tmux_history + set -s escape-time 1 set -g base-index 1