From bcb93275b56336f67848b9a3bf5044212e530777 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 14 Oct 2012 20:59:57 +0200 Subject: [PATCH] tmux.conf: Use Tmux's working directory when creating new panes. --- tmux.conf.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf.in b/tmux.conf.in index f1fe4e5..fe03c16 100644 --- a/tmux.conf.in +++ b/tmux.conf.in @@ -24,6 +24,10 @@ set-option -g history-limit 10000 # Display messages for three seconds. set-option -g display-time 3000 +# Open new windows with the current working directory used when Tmux was +# started, and not the working directory of the current pane. +set-option -g default-path "." + # TERMINAL -- 2.44.1