Re: Vi mode and g commands

2020-06-08 Thread Robert Elz
Date:Mon, 8 Jun 2020 09:34:34 -0400 From:Greg Wooledge Message-ID: <20200608133434.ga4...@eeg.ccf.org> | Those are not standard vi commands, as far as I can tell. You're right, they're not. | g$ acts just like $. | g0 acts just like 0. | gE acts just like E

Re: Vi mode and g commands

2020-06-08 Thread Chet Ramey
On 6/7/20 9:28 PM, Dan Shearer wrote: > Some g commands are implemented, but incorrectly. Examples: > * g0 is equivalent to 0, rather than 'beginning of screen line when wrapped' > * g$ is equivalent to $, rather than 'end of screen line when wrapped' > > Other g commands are not implemented, just

Re: Vi mode and g commands

2020-06-08 Thread Greg Wooledge
On Mon, Jun 08, 2020 at 02:28:05AM +0100, Dan Shearer wrote: > Some g commands are implemented, but incorrectly. Examples: > * g0 is equivalent to 0, rather than 'beginning of screen line when wrapped' > * g$ is equivalent to $, rather than 'end of screen line when wrapped' > > Other g commands ar