summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/chat.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chat.tmux.conf b/scripts/chat.tmux.conf
index e58f955..7ef6ccb 100644
--- a/scripts/chat.tmux.conf
+++ b/scripts/chat.tmux.conf
@@ -49,7 +49,7 @@ bind-key -n -N 'toggle fullscreen'	-- F11	set status
 # this configuration is idempotent, i.e. reloading it only changes settings
 # and never duplicates already existing windows
 bind-key -N 'reload configuration'	-- R	{
-	source-file	-- ./chat.tmux.conf
+	source-file -F	-- '#{source_files}'
 	display-message	-- 'configuration reloaded'
 }
 
nt"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe