Alter how tmux handles the working directory to internally use file d… · ThomasAdam/tmux@4538c26 · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 37 Star 244 Fork 60 ThomasAdam / tmux Code Pull requests 0 Pulse Graphs Permalink Browse files Alter how tmux handles the working directory to internally use file d… …escriptors rather than strings. - Each session still has a current working directory. - New sessions still get their working directory from the client that created them or its attached session if any. - New windows are created by default in the session working directory. - The -c flag to new, neww, splitw allows the working directory to be overridden. - The -c flag to attach let's the session working directory be changed. - The default-path option has been removed. To get the equivalent to default-path '.', do: bind c neww...

Linked on 2016-01-29 00:43:44 | Similar Links