tmux: Write a history file

This commit is contained in:
Adam Goldsmith 2023-06-20 00:06:17 -04:00
parent d14b4ebee9
commit 10ed0376f9
1 changed files with 2 additions and 0 deletions

View File

@ -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'