John Scarrott

Results 14 comments of John Scarrott

I can focus panes, click on the tab icons at the top to switch tabs, resize the floating window. On closer inspection, this seems to be a bat issue. Scrolling...

@tlinford Okay I have some more information, it is an issue with less specifically. For some reason using zellij requires passing --mouse to less to have mouse scrolling but outside...

Exporting LESS="--mouse" fixes less in zellij, fixes bat in zellij but still no scrolling in fzf. I've also just notices that I can't scroll through the files in fzf either.

I'm also hitting this exact error, it's due to a version specification in the dependencies you can fix it with `cargo install --fixed zellij`

So in a dependency specification somewhere there is a version specification that matches more than one version of the dependency. i.e. "foo = 1.0" matches 1.0.x. Normally when you run...

Ah yeah it is indeed --locked that was me somehow transcribing what I had just typed wrong

@Yatekii @hannobraun I haven't had a chance to look at this project for a few months (Hopefully work will quiet down again soon) so I don't feel I can really...

@hannobraun I have to agree with you on this. I found the pin generation macro currently to be very confusing at first. I'll possibly have a look at this, this...

I had the exact same issue and removing the line fixed it for me

Hmm not all macros cause this, I was trying to do q -> ctrl + alt + left then ctrl + gui + left