From 46b32d3ff4f7e6de366b24ec3ccbf6bda0f58807 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Sun, 22 Jan 2023 17:15:27 +0100 Subject: [PATCH] [tmux] improve config --- .chezmoiexternal.toml | 4 ++++ dot_tmux.conf | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .chezmoiexternal.toml diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml new file mode 100644 index 0000000..6df5d05 --- /dev/null +++ b/.chezmoiexternal.toml @@ -0,0 +1,4 @@ +[".tmux/plugins/tpm"] + type = "git-repo" + url = "https://github.com/tmux-plugins/tpm" + refreshPeriod = "168h" diff --git a/dot_tmux.conf b/dot_tmux.conf index bb826f4..28bab51 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -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