Peter Lyons

Results 26 comments of Peter Lyons

+1 to @assaf's request here. I was in the middle of coding stuff into my shell files to do exactly this when I discovered this issue. I'd also like to...

A version of grabbing `engines.node` without the external dependency on `jq` is: `node -p -e 'require("./package").engines.node'`

Just an anecdote that I just wasted 30 minutes troubleshooting why my wrap guide was at 100 even though the core package wrap-guide's setting was 80. Changed to other values,...

Oh that's a bummer. It seems strange that we can do collapse/expand but not show/hide. I don't understand the details of the limitation.

Just note for my use case I often spend all day in a narrow tree on the task I'm doing that day, so I need to write the buffer frequently...

@joshpetit sure maybe this will help https://d.pr/v/JvdtId

@trojanh looks good. Feel free to proceed if you can.

Actually I now see what I'm asking for is basically `fzf --select-1`.

I think it would be OK for `-s` to do this by default, and maybe a flag to force interactive mode unconditionally like `-i`.