On 13.12.2019 14:47, openbsd-misc-nos...@riseup.net wrote:
I have next options in tmux.conf:
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
But it doesn't work anymore. And I can't find working options in
Google. I tried
all suggestions from stackexchange and it doesn't work either. What
working options
for OpenBSD 6.6?
Did not know that Google and StackExchange is integrated in OpenBSD
documentation........
In current (after 6.6) there is:
https://man.openbsd.org/tmux
pane_path #T Path of pane (can be set by application)
https://cvsweb.openbsd.org/src/usr.bin/tmux/screen.c (revision 1.56)
Can't see nothing about removal of pane_current_path even in CHANGES on
git so
if something was forgotten or is not BSD specific?
Thanks!