feat: show message when config is sourced

This commit is contained in:
justindotdevv
2026-03-10 05:27:48 +02:00
parent e5b69c52f8
commit 016efa3b30
+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 sourced"
# Vi mode for copy
setw -g mode-keys vi