Skip to content

foxbenjaminfox/velocipede

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Cycle between related words in vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published