Fix Ack keybindings
This commit is contained in:
parent
143ec2f33f
commit
74d6d0a7b8
3
nvim/ack
3
nvim/ack
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user