From 20afbc8185a343d96664dcb74effe28e26b3d556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Wed, 24 Sep 2025 10:06:13 +0200 Subject: [PATCH] Open new tab in current path --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 2b1286f..f7cb9bb 100644 --- a/tmux.conf +++ b/tmux.conf @@ -32,7 +32,7 @@ unbind -n F3 unbind -n F4 unbind -n F8 -bind -n F2 new-window +bind -n F2 new-window -c "#{pane_current_path}" bind -n F3 previous-window bind -n F4 next-window bind -n F8 command-prompt -p "(rename-window) " "rename-window '%%'"