1 Comment

You actually don't need a plugin to turn a list of identical numbers into a list of sequential ones. It can be done with vanilla Vim using `g<c-a>`/`g<c-x>`. See `:h v_g_CTRL-A` :)

Expand full comment