From 8f5d02f4e3af718c50f93c709cda1a997c068472 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 20:42:04 +0200 Subject: tmux: open new window in current path --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index cd28e24..054b1c3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,7 +18,7 @@ bind-key k select-pane -U bind-key C-k resize-pane -U bind-key [ copy-mode bind-key ] paste-buffer -bind-key o new-window +bind-key o new-window -c "#{pane_current_path}" bind-key n next-window bind-key p previous-window bind-key i break-pane -- cgit v1.3