diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-12-04 11:42:22 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-12-04 11:42:52 +0000 |
| commit | f31b4f80e2e5521d1fbdffce1798600086db69a3 (patch) | |
| tree | 7ee27eeee2a7af34b104916dcf59639b2c3b2543 /tmux | |
| parent | 48b529a9dd42065e287f22c07b4fa6e13eb9af09 (diff) | |
Update dotfiles
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.tmux.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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' + |
