From: Oleg Broytman Date: Wed, 6 Jul 2016 23:42:20 +0000 (+0300) Subject: .tmux.conf: display "Reloaded!" after reloading config X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=cef551103d774b1880c96587264500ac29d7a3e7 .tmux.conf: display "Reloaded!" after reloading config --- 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!"