ag.vim
ag.vim copied to clipboard
File Not Opening
For me everything works fine, I am able to search for files inside directories however when the quickfix list is displayed and when I try to use options like H, v, o e.t.c to open files nothing is happening. I am not able to open the search result files
Same here, i'm using latest version with Vim 8.0.
same here.
When you press enter, do you jump to the next line?
@benoittgt this just started happening to me, on enter it jumps to next line, any idea how to fix it?
I have no idea. I look at mapping when the issue happen and there is nothing mapped to <CR>
or o
. Do you know how to reproduce?
@benoittgt I think I got it, when I close the quickfix list with :cclose command mapping everything works, but once quickfix list is closed with mapping to :call CloseWindowOrKillBuffer(), after that on next search it starts jumping to next line
for me, it's NOT work on my iTerm2, but it's work on terminal and alacritty