fiskhest

Results 26 comments of fiskhest

Not the original poster but for me, that would be sufficient to get value from the proposed feature.

Also seeing this. Have placed file at `~/.config/dmux/dmux.conf.toml`: ``` layout = "55c2,199x23,0,0{99x23,0,0,146,99x23,100,0[99x11,100,0,147,99x11,100,12,149]}" session_name = "misc" number_of_panes = 3 commands = ["vim", "zsh"] [python] number_of_panes = 3 session_name = "root" commands...

``` ❯ ~/.cargo/bin/dmux -V dmux 0.5.2 ``` In case it's of any use for you in understanding/replicating; ``` ❯ fd --version fd 8.1.1 ❯ fzf --version 0.22.0 ```

``` ❯ .cargo/bin/dmux -V dmux 0.6.1 ``` The behavior is exactly the same as previously described. Launch dmux with a profile, select folder, a new window is created with that...

> Hmm super interesting, are you still running on OsX? You might be confusing me for the original author, I never ran on OSX. > Just to confirm you're seeing...

> Gotcha, I just pushed up 0.6.2 which should fix the window name issue, but i'm having a difficult time replicating the issue with one pane, but I'll keep testing...

I seem to be hitting some variation of this issue as well. `Ctrl-R` works, `Alt-C` gives: ``` (eval):1: unknown file attribute: < 0/0 (0) ``` Unsetting `FZF_ALT_C_COMMAND` takes away the...

It's been over a year and I lost hope a long time ago... @muesli how soon is soon?

That seems to have done it 🎉 thanks for investigating @patrick96 ! 🚀