From 0666fab520a12be1c7ace20b87fc9e8e4cb47dad Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 14 Sep 2015 06:19:44 -0400 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3