diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 9b758b6e..efa5efbf 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -4,7 +4,7 @@ set -g prefix2 C-b bind C-Space send-prefix # Reload config -bind q source-file ~/.config/tmux/tmux.conf \; display "configuration sourced" +bind q source-file ~/.config/tmux/tmux.conf \; display "Configuration reloaded" # Vi mode for copy setw -g mode-keys vi