From 145606d10e2b4c0950b665fc5ceeb3a122a6425d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 4 Nov 2024 02:23:26 -0500 Subject: [PATCH] tmux open new pane in cwd --- .config/tmux/plugins/minimal-tmux-status | 1 + .config/tmux/tmux.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 .config/tmux/plugins/minimal-tmux-status diff --git a/.config/tmux/plugins/minimal-tmux-status b/.config/tmux/plugins/minimal-tmux-status new file mode 160000 index 00000000..40108961 --- /dev/null +++ b/.config/tmux/plugins/minimal-tmux-status @@ -0,0 +1 @@ +Subproject commit 40108961c064241455c180b2533f64f3b196eeca diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d0c252c0..593fd923 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 v split-window -v -bind h split-window -h +bind v split-window -v -c "#{pane_current_path}" +bind h split-window -h -c "#{pane_current_path}" # Joining and sending bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"