vim 2025-04-13

I use neovim and fireplace. If I have a large result from an eval I get stuck inside the vim pager, the one that says -- More -- in the last row of the terminal. I have not been able to figure out how to escape this without paging through the whole result! Sometimes you can cach that last row claiming that pressing q will get you out but… it doesn.t

✅ 1

back here to say, thank you @dominicm G saved the hair on my head being pulled out

Haha, that's great. I'm glad to hear that 😅

G works for me.

🙏 1

(shift + G)

somewhat related, what if you accidentally eval (range) ? How can you recover?

I kill the repl, it happens rarely enough that I haven't tried further