diff options
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | .vimrc | 2 | ||||
m--------- | bundle/quicktask | 0 |
3 files changed, 4 insertions, 1 deletions
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 <silent> <S-tab> <C-v><tab> nmap Q gq -nmap <silent> <leader>t :NERDTreeToggle<CR> +"nmap <silent> <leader>t :NERDTreeToggle<CR> nmap <silent> <leader>b :BuffergatorToggle<CR> nmap <silent> <leader>gs :Gstatus<CR> diff --git a/bundle/quicktask b/bundle/quicktask new file mode 160000 +Subproject 8bc7603fe96966e1389868774d0f3448c655db2 |