From b3bdabe78c9009a95ee12984934b55b766e45225 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Mon, 5 Aug 2024 11:37:43 +0300 Subject: [PATCH] tmux split inherit cwd --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 00c8bf3..18b2781 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,8 +10,8 @@ set-option -g default-shell /bin/zsh #for copying to sys clipboard -bind | split-window -h -bind - split-window -v +bind | split-window -h -c "#{pane_current_path}" +bind - split-window -v -c "#{pane_current_path}" unbind '"' unbind %