From: Simon Ruderich Date: Sun, 14 Oct 2012 18:59:57 +0000 (+0200) Subject: tmux.conf: Use Tmux's working directory when creating new panes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=bcb93275b56336f67848b9a3bf5044212e530777;p=config%2Fdotfiles.git tmux.conf: Use Tmux's working directory when creating new panes. --- 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