[tmux] improve config

This commit is contained in:
Julien Rabier 2023-01-22 17:15:27 +01:00
parent c7e8fb4668
commit 46b32d3ff4
2 changed files with 6 additions and 0 deletions

4
.chezmoiexternal.toml Normal file
View File

@ -0,0 +1,4 @@
[".tmux/plugins/tpm"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tpm"
refreshPeriod = "168h"

View File

@ -4,3 +4,5 @@ set -g prefix C-a
bind a send-prefix
unbind S
bind S set-window-option synchronize-panes
unbind r
bind r source-file ~/.tmux.conf