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

Cycle text within predefined candidates.

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

I have defined following rule for latex: ```viml let g:cycle_default_groups_for_tex = [ \ [['(:)', '\left(:\right)', '\mleft(:\mright)', '\bigl(:\bigr)', '\Bigl(:\Bigr)', '\biggl(:\biggr)', '\Biggl(:\Biggr)'], 'sub_pairs', 'hard_case', 'match_case'], \ ] ``` However, it does not...

Sometimes it's useful to not cycle one by one, but prompt all candidates for quick selection.