From ad1f05a905b01f8c75e1c46cb49ad54b742d9f6e Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 31 Mar 2024 14:56:04 +0200 Subject: [PATCH] Now new panes open in the same directory --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 23c11c7..271cb01 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -9,9 +9,9 @@ bind-key C-Space send-prefix # change split windows keybindings unbind % -bind '\' split-window -h +bind '\' split-window -h -c '#{pane_current_path}' unbind '"' -bind - split-window -v +bind - split-window -v -c '#{pane_current_path}' # resize windows like vim bind -r j resize-pane -D 5