Redo Ack keybindings

This commit is contained in:
Daniel Lynn 2021-07-12 15:50:27 -05:00
parent 3111c8647d
commit c11564221e

View File

@ -1,8 +1,8 @@
if executable('ag')
let g:ackprg = 'ag --vimgrep --smart-case' " Use the_silver_searcher for Ack
noremap \ :Ack<Space>
noremap <Leader>\ :Ack <C-r><C-w><CR>
noremap <Leader>\ :Ack<Space>
noremap <Leader><Tab> :Ack <C-r><C-w><CR>
" Use Ag over Grep
set grepprg=ag\ --nogroup\ --nocolor