From f31b4f80e2e5521d1fbdffce1798600086db69a3 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sun, 4 Dec 2022 11:42:22 +0000 Subject: Update dotfiles --- tmux/.tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ee7985f..c884f45 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,6 @@ +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @resurrect-capture-pane-contents 'on' + bind-key Up select-pane -U bind-key Down select-pane -D bind-key Left select-pane -L @@ -41,3 +44,9 @@ set-window-option -g mode-keys vi set -g mouse on set-option -g history-limit 60000 + +set -g default-terminal 'tmux-256color' +set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m' + +run '~/.tmux/plugins/tpm/tpm' + -- cgit v1.2.3-70-g09d2