diff options
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' + |
