vim-cycle icon indicating copy to clipboard operation
vim-cycle copied to clipboard

A vim plugin to toggle words between pairs or lists of related words.

Results 3 vim-cycle issues
Sort by recently updated
recently updated
newest added

This are used often in configuration management files.

say I have the following settings: ``` .vimrc call AddCycleGroup(['$_POST', '$_GET', '$this->params']) call AddCycleGroup(['$this->', 'self::']) ``` if I am cycling through `$_POST`, to `$_GET`, then to `$this->params`, my cursor is...

The built-in vim repetitions stop working with this plugin. Example; 44 wont the the number 1 all over to 45. It doesn't repeats. I'll be really happy to fixit but,...