Nick Ostrovsky

Results 85 comments of Nick Ostrovsky

I believe what I've meant is `git show --name-only` if this is something that is possible, please point me to this. `S` shows the whole tree.

Sorry, I was pressing `S` when looking at the commit diff, that just opened the split to edit and I was seeing the files because that is how it works...

Sorry, `S` does nothing still, `o` and `CR` open normal `git show`

That's interesting. I proposed `swap`, but yeah, maybe `block` is better.

I think just a focus on the field so user could start typing in right away is enough.

No problem, I just got a baby daughter 3 weeks ago and since then time and sleep are precious commodities. It is a good point, I think you can display...

Is there a way to test splitting locally?

I got it to work by triggering `window.resize` manually after updating `series`: ```js window.dispatchEvent(new Event('resize')) ```