dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7275787d893147172b969efb49f2d0d8c4ab3b71
parent 21a01976a02165800c80135e37dbfcf9c0756a96
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 15 Jul 2020 15:00:43 +0200

vim: Todo command handles more cases

Former-commit-id: 95a61de6b1db164b2b3128d8e0532b31cf4ffdfc
Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -294,7 +294,7 @@ nnoremap <leader>/ :Ag<CR> nnoremap <leader>M :Marks<CR> " Search for Todos/Fixmes -command! Todo Ag ((TO ?DO)|FIXME):<space> +command! Todo Ag ((TO ?DO)|FIXME):?<space>? nnoremap <leader>! :Todo<CR> " Set a filetype