From a0a93eb482cf8c8ed301fd1a59f415850183f37b Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 1 Jul 2024 15:07:05 +0200 Subject: feat(tmux): make newly created panes open in current working dir --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dac3544..dbcf305 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -2,9 +2,9 @@ set -g prefix C-a unbind C-b unbind % -bind v split-window -h +bind v split-window -h -c "#{pane_current_path}" unbind '"' -bind - split-window -v +bind - split-window -v -c "#{pane_current_path}" bind R source-file ~/.config/tmux/tmux.conf -- cgit v1.2.3