From cef551103d774b1880c96587264500ac29d7a3e7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Jul 2016 02:42:20 +0300 Subject: [PATCH 1/1] .tmux.conf: display "Reloaded!" after reloading config --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 260087c..c283bda 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -75,4 +75,4 @@ set-option -g status-right '' set-option -g history-limit 1000 # R to reload config without restart -bind-key R source-file ~/.tmux.conf +bind-key R source-file ~/.tmux.conf \; display "Reloaded!" -- 2.39.2