]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tmux.conf.in
setup.sh: Use test instead of [.
[config/dotfiles.git] / tmux.conf.in
index f1fe4e54468b2da6e8894238d8374cb09a743b93..33d1c1e8519539db184c10210a5e272c4dba3ddd 100644 (file)
@@ -1,4 +1,9 @@
 # Tmux configuration file.
+#
+# Notes:
+#
+# - To swap/renumber windows (like GNU screen's :number command) use
+#   :swap-window -t <number>.
 
 # Copyright (C) 2011-2012  Simon Ruderich
 #
@@ -24,6 +29,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