Redo Ack keybindings
This commit is contained in:
parent
3111c8647d
commit
c11564221e
4
nvim/ack
4
nvim/ack
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user