diff options
| -rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,3 +80,6 @@ set -g display-panes-time 2500 bind-key u capture-pane \; save-buffer /tmp/tmux-urlscan-buffer \; new-window -n "urlscan" '$SHELL -c "urlscan < /tmp/tmux-urlscan-buffer"' bind-key t resize-pane -x 80 + + +bind -n M-u attach-session -t . -c '#{pane_current_path}' \; display-message "CWD for session updated to #{pane_current_path}!" |
