Add helpful message when resetting tmux session dir

This commit is contained in:
Daniel Flanagan 2019-08-09 12:09:07 -05:00
parent c6f21efeb3
commit c1e7e4f32f

View file

@ -45,7 +45,7 @@ bind-key l switch-client -n
bind s run "tmux new-window 'sh -ci tmuxswitcher'"
# reset the working directory of the current session
bind-key P attach-session -t . -c '#{pane_current_path}'
bind-key P attach-session -t . -c '#{pane_current_path}' \; display-message 'Reset session dir to #{pane_current_path}'
# status bar and messages
set-option -g status-position bottom