parent
b6f5bdae71
commit
553e2735e8
@ -0,0 +1,14 @@
|
|||||||
|
" use ag
|
||||||
|
if executable('ag')
|
||||||
|
let g:ackprg = 'ag --vimgrep'
|
||||||
|
endif
|
||||||
|
|
||||||
|
" auto-close results window
|
||||||
|
let g:ack_autoclose = 1
|
||||||
|
|
||||||
|
" use background search
|
||||||
|
"let g:ack_use_dispatch = 1
|
||||||
|
|
||||||
|
" C-* to search word under cursor
|
||||||
|
noremap <C-s>* :Ack <cword><cr>
|
||||||
|
|
||||||
Loading…
Reference in new issue