X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf.in;h=fe03c1632b81846b9d3f06b883fcfc4c06c91888;hb=bcb93275b56336f67848b9a3bf5044212e530777;hp=f1fe4e54468b2da6e8894238d8374cb09a743b93;hpb=ab9717d6cf1d9b0d1a5a3e2c932f39e8dd561a7f;p=config%2Fdotfiles.git 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