X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf.in;h=33d1c1e8519539db184c10210a5e272c4dba3ddd;hb=90691ed2f737abfe5e591e7971501a60fa72ac9c;hp=f1fe4e54468b2da6e8894238d8374cb09a743b93;hpb=ab9717d6cf1d9b0d1a5a3e2c932f39e8dd561a7f;p=config%2Fdotfiles.git diff --git a/tmux.conf.in b/tmux.conf.in index f1fe4e5..33d1c1e 100644 --- a/tmux.conf.in +++ b/tmux.conf.in @@ -1,4 +1,9 @@ # Tmux configuration file. +# +# Notes: +# +# - To swap/renumber windows (like GNU screen's :number command) use +# :swap-window -t . # 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