Skip to content
Snippets Groups Projects
Verified Commit c8f159fc authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add message when Tmux is reloaded

parent c9be2673
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,10 @@ set -s escape-time 0
set -s default-terminal "${TERM}"
set-option -sga terminal-overrides ",xterm*:Tc:RGB"
bind-key r source-file ~/.config/tmux/tmux.conf
bind-key r {
source-file ~/.config/tmux/tmux.conf
display-message "Config reloaded !"
}
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment