dotfiles

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

commit 5218a65c30dc193780b3d6053726c3c5c6116282
parent b7cd0544e91f6930536fb152e03372542b30d96f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  6 Apr 2020 20:18:31 +0200

vim: set grepprg to ag by default

Former-commit-id: 3fbb5b63187643d30391199ffcb129311992b759
Diffstat:
Mvim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -526,6 +526,8 @@ set wildmode=longest:list,full " Add everything to sessions set sessionoptions=buffers,curdir,folds,globals,localoptions,options,resize,tabpages +" Use ag for grepping +set grepprg=ag\ --vimgrep set updatetime=100 " }}} " }}}1