From 452720f4a2ada9ecc11731c2f34b45e5142b50c2 Mon Sep 17 00:00:00 2001 From: jond Date: Sun, 9 Sep 2018 15:12:15 -0500 Subject: [PATCH] Also use current dir in tmux when splitting --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5dc13e6..dc33b9c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,8 +9,8 @@ set-option -g prefix C-a bind-key C-a send-prefix # split panes using | and - -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 %