Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 888 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 888 Bytes

Velocipede

Build Status

Cycle through enums and the like in vim with C-A and C-X.

Inspired by vim-cycle, which unfortunately doesn't currently work with vim-speeddating.

You an add wordslists using the :VelocipedeAdd command.

Example

For cycling through CSS position values:

VelocipedeAdd static relative absolute fixed sticky

Other features:

  • By default, velocipede allows cycling through true/false. You can add other wordlists as appropriate.
  • Velocipede does it's best to preserve the case of the words as you cycle through them. For instance, true => false, True => False, and TRUE => FALSE.