]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: Change message
authorOleg Broytman <phd@phdru.name>
Thu, 31 Aug 2017 14:08:11 +0000 (17:08 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 31 Aug 2017 14:08:11 +0000 (17:08 +0300)
.tmux.conf

index b2089ede659c7c4320c7b3942e53e7a1d822e641..2185759f9dd16fc621f0c6d2570023784ba04428 100644 (file)
@@ -67,7 +67,7 @@ set-option -g history-limit 1000
 # bind-key C-a last-window
 
 # <prefix> R to reload config without restart
-bind-key R source-file ~/.tmux.conf \; display "Reloaded!"
+bind-key R source-file ~/.tmux.conf \; display "Configuration reloaded!"
 
 # vim-like navigation
 unbind-key h; bind-key h select-pane -L