From: Oleg Broytman Date: Thu, 31 Aug 2017 14:08:11 +0000 (+0300) Subject: .tmux.conf: Change message X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b718635d8dfa60aa76ee0758dffa3efc1c623052 .tmux.conf: Change message --- diff --git a/.tmux.conf b/.tmux.conf index b2089ed..2185759 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -67,7 +67,7 @@ set-option -g history-limit 1000 # bind-key C-a last-window # 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