[clug] vi - Moving to the end of the previous word.

Chris Smart clug at csmart.io
Tue Feb 4 05:03:47 UTC 2020


On Tue, 4 Feb 2020, at 15:07, Brett Worth via linux wrote:
> 
> Does anyone know if there's a non-composite command to do that?
> 

I don't think there's a single key command to do that, but 'ge' is probably what you want? Could make it a macro if you wanted a single key.

>From http://vimdoc.sourceforge.net/htmldoc/motion.html

ge			Backward to the end of word [count] |inclusive|.
gE			Backward to the end of WORD [count] |inclusive|.

-c



More information about the linux mailing list