From 8a4c4e79b1fdbd1b7175d07997973cd379fd4be8 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 21 Jan 2012 22:43:41 -0500 Subject: Add quicktask --- .gitmodules | 3 +++ .vimrc | 2 +- bundle/quicktask | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 bundle/quicktask diff --git a/.gitmodules b/.gitmodules index 2e3a93b9..293bb8f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "bundle/ooc.vim"] path = bundle/ooc.vim url = git://github.com/programble/ooc.vim.git +[submodule "bundle/quicktask"] + path = bundle/quicktask + url = https://github.com/aaronbieber/quicktask.git diff --git a/.vimrc b/.vimrc index 46888e3e..f711d337 100644 --- a/.vimrc +++ b/.vimrc @@ -97,7 +97,7 @@ imap nmap Q gq -nmap t :NERDTreeToggle +"nmap t :NERDTreeToggle nmap b :BuffergatorToggle nmap gs :Gstatus diff --git a/bundle/quicktask b/bundle/quicktask new file mode 160000 index 00000000..8bc7603f --- /dev/null +++ b/bundle/quicktask @@ -0,0 +1 @@ +Subproject commit 8bc7603fe96966e1389868774d0f3448c655db26 -- cgit 1.4.1