]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.tmux.conf: Change message
[dotfiles.git] / .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