From c88ce5e080985719599d5aeb71b9c41d5ba25cbe Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 16 Jan 2018 17:59:01 +0100 Subject: [PATCH] configure vim-grepper --- vimrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 532e792..d3670c1 100644 --- a/vimrc +++ b/vimrc @@ -263,6 +263,14 @@ let g:gutentags_file_list_command = { \ }, \ } +"" Grepper +nnoremap g :Grepper -tool git +nnoremap G :Grepper -tool ag +nnoremap * :Grepper -tool ag -cword -noprompt + +nmap gs (GrepperOperator) +xmap gs (GrepperOperator) + "" fzf nnoremap bb :Buffers nnoremap ff :GFiles @@ -289,7 +297,7 @@ if filereadable(expand("~/.vim/lightline.vim")) endif "" Indent Guides -nnoremap g :IndentGuidesToggle +nnoremap ig :IndentGuidesToggle "" Ultisnips let g:UltiSnipsExpandTrigger=""