tmux open new pane in cwd

This commit is contained in:
Daniel Fichtinger 2024-11-04 02:23:26 -05:00
parent d32f15164d
commit 145606d10e
2 changed files with 3 additions and 2 deletions

@ -0,0 +1 @@
Subproject commit 40108961c064241455c180b2533f64f3b196eeca

View file

@ -40,8 +40,8 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
bind-key b set-option status bind-key b set-option status
bind v split-window -v bind v split-window -v -c "#{pane_current_path}"
bind h split-window -h bind h split-window -h -c "#{pane_current_path}"
# Joining and sending # Joining and sending
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"