Merge pull request #4954 from justindotdevv/feature/tmux-source-config-message

feat: show message when config is sourced
This commit is contained in:
David Heinemeier Hansson
2026-03-10 13:19:16 +01:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ set -g prefix2 C-b
bind C-Space send-prefix
# Reload config
bind q source-file ~/.config/tmux/tmux.conf
bind q source-file ~/.config/tmux/tmux.conf \; display "Configuration reloaded"
# Vi mode for copy
setw -g mode-keys vi