Merge pull request #4954 from justindotdevv/feature/tmux-source-config-message
feat: show message when config is sourced
This commit is contained in:
@@ -4,7 +4,7 @@ set -g prefix2 C-b
|
|||||||
bind C-Space send-prefix
|
bind C-Space send-prefix
|
||||||
|
|
||||||
# Reload config
|
# Reload config
|
||||||
bind q source-file ~/.config/tmux/tmux.conf
|
bind q source-file ~/.config/tmux/tmux.conf \; display "Configuration reloaded"
|
||||||
|
|
||||||
# Vi mode for copy
|
# Vi mode for copy
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|||||||
Reference in New Issue
Block a user