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

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

I like the built-in behavior of `zc` to close iteratively current fold, next parent fold and so forth. I would like to have a similar behavior for `zo` to open...

Vim's default behaviour for `zC` and `zA` when closing is that it only closes folds under the cursorline which is always only one line. This is identical to `zc` and...

enhancement