> > Ok cool.
>
> I got the window copy part of it done. I don't know how the status one
> should work...there's no way to get the character to jump to without
> using the status line (or to wait for it silently like vi, but that may
Well, we already wait for escape silently. I don't really mind T
On Sun, Nov 27, 2011 at 03:00:50 +, Nicholas Marriott wrote:
> Don't n and N etc remember it already? I can just keep pressing N to
> search...
>
> I don't mind remembering anything else too.
Ah, yep. I missed that in the code. I can't remember what made me think
it wasn't done...
> > As a s
On Sat, Nov 19, 2011 at 07:49:42PM -0500, Ben Boeckel wrote:
> Hi,
>
> In Vim, the last jump target character and search string are remembered
> so that subsequent 'n', 'N', ';', and ',' commands work without needing
> to put the search again. Looking at the code, it doesn't seem *too* hard
> to d
Hi,
In Vim, the last jump target character and search string are remembered
so that subsequent 'n', 'N', ';', and ',' commands work without needing
to put the search again. Looking at the code, it doesn't seem *too* hard
to do, but it would require swapping out the switch statements to check
for N