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=""