With the following settings, new panes appear to open in pwd -P instead of pwd. This is somewhat unintuitive (and annoying to hack around).
# Ubuntu 9.10
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
Current pane pwd: ~/dots
<split-window>
New Pane:/net/host/user/me/dots
With the following settings, new panes appear to open in
pwd -Pinstead ofpwd. This is somewhat unintuitive (and annoying to hack around).Current pane pwd:
~/dots<split-window>New Pane:
/net/host/user/me/dots