From: Stefan Sperling Subject: Re: tog: abort compound command To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Sat, 2 Jul 2022 15:33:05 +0200 On Sat, Jul 02, 2022 at 10:54:52PM +1000, Mark Jamsek wrote: > stsp noticed that if you run 9999j in the log view, in a large enough > repo you have to wait till 9999 lines have been scrolled, or in > smaller repos until the end of the commit history. > > This enables aborting the command with C-g or backspace. > > I remembered both op and naddy were partial to C-g abort semantics, so > for consistency I've added C-g to the existing backspace option to abort > search and G in log view. This works for me just as you describe it. Thanks! Ok by me.