summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--.vimrc2
m---------bundle/quicktask0
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
8503cad27fa355&follow=1'>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe