Skip to content

bootleq/vim-cycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

347f812 · Oct 23, 2018

History

79 Commits
Oct 20, 2018
Oct 23, 2018
Oct 23, 2018
Oct 19, 2018
Aug 28, 2011
Oct 23, 2018
Oct 13, 2015

Repository files navigation

Cycle.vim

Cycle text within predefined candidates.

  • yes => no => yes
  • January => February => March
  • trUe => faLse   keep case by default
  • " => '   can handle non-keywords
  • => 可   multibyte is fine
  • Rails Metal => Thrash => Technical Death   handle multi-words by visual selection, or smart auto search
  • <em>important</em> => <strong>important</strong>   tag pairs cycle together
  • quoted => quoted   special pairs cycle together

Similar Projects

  • SwapIt by Michael Brown
    Original ideas of special features including visual multi-words, xml tag pairs, omni-complete cycling.

  • Cycle.vim by Zef
    Yes, there is already a plugin named 'Cycle'. Maybe I have to rename mine.

  • switch.vim by AndrewRadev
    Supports more complicated patterns like ruby :a => 'b' to a: 'b', which is generally unable to achieve by alternative projects.

TODO

wiki/TODO

About

Cycle text within predefined candidates.

Resources

Stars

Watchers

Forks

Packages

No packages published