Re: How to open new window/pane in the current working directory in tmux?

2019-12-19 Thread Anders Damsgaard
* openbsd-misc-nos...@riseup.net [2019-12-13 18:47:52 +0500]: 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 o

Re: How to open new window/pane in the current working directory in tmux?

2019-12-19 Thread Andreas Kusalananda Kähäri
On Fri, Dec 13, 2019 at 03:31:51PM +0100, Bodie wrote: > > > 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 "#{p

Re: How to open new window/pane in the current working directory in tmux?

2019-12-13 Thread Bodie
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 opti

How to open new window/pane in the current working directory in tmux?

2019-12-13 Thread openbsd-misc-nospam
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