From 4bea7c24e76f02ef53c046d0d6adeea862eebe00 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 30 Jun 2025 11:40:58 +0200 Subject: [PATCH] split/path --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 18b92d2..6b58047 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -293,8 +293,8 @@ bind-key C-s command-prompt { rename-session '%%' } bind-key C-w command-prompt { rename-window '%%' } # split window -bind-key h split-window -h -bind-key v split-window -v +bind-key h split-window -c '#{pane_current_path}' -h +bind-key v split-window -c '#{pane_current_path}' -v # kill server bind-key k kill-server