4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
|
let g:ackprg = 'ag --vimgrep --smart-case' " Use the_silver_searcher for Ack
|
||
|
|
||
|
noremap <Leader>\ :Ag <C-r><C-w><CR>
|