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 +++ bundle/vim-grappele | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-grappele 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 diff --git a/bundle/vim-grappele b/bundle/vim-grappele new file mode 160000 index 0000000..060c56a --- /dev/null +++ b/bundle/vim-grappele @@ -0,0 +1 @@ +Subproject commit 060c56a29f70e90450cf43f85fac37b08fd5324b -- cgit v1.2.3