change config reloading message
This commit is contained in:
parent
5d7b25b82e
commit
68f7f49c8f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4"
|
||||||
|
|
||||||
# Reload tmux config
|
# Reload tmux config
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf \; display-message "config reloaded!"
|
bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"
|
||||||
|
|
||||||
# plugin fzf-session-switch
|
# plugin fzf-session-switch
|
||||||
set -g @fzf-goto-session 's'
|
set -g @fzf-goto-session 's'
|
||||||
|
|
Loading…
Add table
Reference in a new issue