From 780b02df59bd2960124f9f4f2dac662aa2b460ed Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 9 Oct 2012 17:07:57 -0500 Subject: [PATCH] Adding workflowish stuff for vim --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 0aa7751..eb026e9 100644 --- a/vimrc +++ b/vimrc @@ -38,6 +38,7 @@ Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mbbill/undotree' Bundle 'Shougo/neocomplcache' Bundle 'coderifous/textobj-word-column.vim' +Bundle 'lukaszkorecki/workflowish' " Snipmate " Bundle 'MarcWeber/vim-addon-mw-utils' @@ -196,3 +197,9 @@ nnoremap l :ls:b " Set the max files let g:ctrlp_max_files = 10000 + +" Workflowish stuff. Search for #todo +nnoremap T :vimgrep /#todo/i %:copen + +" Quickly switch back to quickfix +nnoremap f :copen