aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2015-09-14 06:19:44 -0400
committerTeddy Wing2015-09-14 06:19:44 -0400
commit0666fab520a12be1c7ace20b87fc9e8e4cb47dad (patch)
tree524c76096af45f7efcc76f872228a39c5d13cc9a /.gitmodules
parent04703fd94dfd7579e26ec19ade9d2fb5da5b3e76 (diff)
downloaddotvim-0666fab520a12be1c7ace20b87fc9e8e4cb47dad.tar.bz2
Add 'vim-grappele' plugin
This will finally give me a way to repeat `G` commands. Should be useful since I often find myself entering a `G` command only to realise that I was in the wrong window and have to then type the whole thing again. With this plugin all I have to do is type a quick mapping to make the repeat happen.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 9e50ef9..dd21427 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -48,3 +48,6 @@
[submodule "bundle/vim-unstack"]
path = bundle/vim-unstack
url = https://github.com/mattboehm/vim-unstack.git
+[submodule "bundle/vim-grappele"]
+ path = bundle/vim-grappele
+ url = https://github.com/teddywing/vim-grappele.git