]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.tmux.conf: display "Reloaded!" after reloading config
[dotfiles.git] / .tmux.conf
index 260087c5a2ea316b578bc6b29c4e89a7063d2903..c283bdad6c6985917dc91c45df5939391e4d8657 100644 (file)
@@ -75,4 +75,4 @@ set-option -g status-right ''
 set-option -g history-limit 1000
 
 # <prefix> R to reload config without restart
-bind-key R source-file ~/.tmux.conf
+bind-key R source-file ~/.tmux.conf \; display "Reloaded!"