bind "." to set panes path as default for session

This commit is contained in:
rmanseau 2023-06-29 13:02:28 -07:00
parent 657c54c39c
commit 79e89883f3
No known key found for this signature in database
GPG Key ID: 060BE2D43CFAB17A

View File

@ -17,6 +17,8 @@ bind -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel pbcopy
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
bind . attach-session -t . -c '#{pane_current_path}'
set -g mouse on
set -g allow-rename off
set -g history-limit 50000