Adds vim cycle plugin and config

This plugin extends the ctrl+a and ctrl+x mappings to cycle through
related words as well as the default incremending / decremending
numbers.

I can now cycle through days of the week, margin/padding in css and
true/false.
This commit is contained in:
Jonathan Hodgson 2020-09-08 10:08:15 +01:00
parent 3ef2f89346
commit 746369cf5a
3 changed files with 28 additions and 0 deletions

3
.gitmodules vendored
View file

@ -87,3 +87,6 @@
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/vim-cycle"]
path = bundle/vim-cycle
url = https://github.com/zef/vim-cycle