Scott Olson

Results 23 comments of Scott Olson

I keep running into the lack of this. In my case, `jj split --sibling -i` seems like the most natural way to get something like `git stash -p` — I...

Thanks for the explanation! I may have time to work on some jj PRs some weekend soon.

> ``` > jj split --siblings -r B > > C --C-- > | / \ > B -> B1 B2 > | \ / > A --A-- > ```...

+1 for this. I don't even use zoom, but I tend to lay out my windows taking up halves of the screen, so my browser window tends to be portrait...

@drbo We've definitely been considering that. For a bit of context, there are two versions of Miri we'll have in the future. If the Rust teams decide to use a...

Thanks! I just started trying out WezTerm and I was about to manually port Selenized Black over before I found this PR.

@edolstra What do you think of moving nix-repl into https://github.com/NixOS/nix to make use of the build infrastructure there to add a manpage?

I also started noticing this behavior recently, and starting it manually with `:Telescope frecency` doesn't seem to help - that also just opens it with "A" pretyped (if it's the...

I did some `git bisect`ing and found "[673585ee997b40d2600eb86c3693d552e4f5d79f](https://github.com/nvim-telescope/telescope-frecency.nvim/commit/673585ee997b40d2600eb86c3693d552e4f5d79f) is the first bad commit". Specifically, if I run `:Telescope frecency` before that commit, I get a popup saying `[Telescope-Frecency] remove 16...

On a separate note, I never understood what that popup was for, back when it worked. It doesn't specify what's special about the 16 entries it's asking me to delete,...