]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Use Tmux's working directory when creating new panes.
authorSimon Ruderich <simon@ruderich.org>
Sun, 14 Oct 2012 18:59:57 +0000 (20:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 14 Oct 2012 18:59:57 +0000 (20:59 +0200)
tmux.conf.in

index f1fe4e54468b2da6e8894238d8374cb09a743b93..fe03c1632b81846b9d3f06b883fcfc4c06c91888 100644 (file)
@@ -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