Add helpful message when resetting tmux session dir
This commit is contained in:
parent
c6f21efeb3
commit
c1e7e4f32f
|
@ -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
|
||||
|
|
Reference in a new issue