vim

James Amberger 2025-04-13T18:44:12.777149Z

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
James Amberger 2025-04-23T23:15:52.472239Z

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

dominicm 2025-04-24T01:31:13.751569Z

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

dominicm 2025-04-13T21:41:04.606429Z

G works for me.

🙏 1
dominicm 2025-04-13T21:41:14.118919Z

(shift + G)

James Amberger 2025-04-14T09:48:09.909629Z

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

dominicm 2025-04-15T07:53:35.452019Z

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