Fix Ack keybindings

This commit is contained in:
Daniel Lynn 2021-06-16 16:36:30 -05:00
parent 143ec2f33f
commit 74d6d0a7b8

View File

@ -1,3 +1,4 @@
let g:ackprg = 'ag --vimgrep --smart-case' " Use the_silver_searcher for Ack
noremap <Leader>\ :Ag <C-r><C-w><CR>
noremap \ :Ack<Space>
noremap <Leader>\ :Ack <C-r><C-w><CR>