diff --git a/shell/tmux/tmux.conf b/shell/tmux/tmux.conf index a8cd12e..eb1da02 100644 --- a/shell/tmux/tmux.conf +++ b/shell/tmux/tmux.conf @@ -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