From c1e7e4f32f63dfe5b497eaea1b874886dd7a67c0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 9 Aug 2019 12:09:07 -0500 Subject: [PATCH] Add helpful message when resetting tmux session dir --- shell/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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