]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: display "Reloaded!" after reloading config
authorOleg Broytman <phd@phdru.name>
Wed, 6 Jul 2016 23:42:20 +0000 (02:42 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 6 Jul 2016 23:42:20 +0000 (02:42 +0300)
.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!"