rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

File Not Opening #150

Open zeeshanjan82 opened 8 years ago

zeeshanjan82 commented 8 years ago

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

Samgarr commented 7 years ago

Same here, i'm using latest version with Vim 8.0.

cht8687 commented 6 years ago

same here.

benoittgt commented 5 years ago

When you press enter, do you jump to the next line?

danijel commented 5 years ago

@benoittgt this just started happening to me, on enter it jumps to next line, any idea how to fix it?

benoittgt commented 5 years ago

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?

danijel commented 5 years ago

@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

Jacky-Rolo commented 3 years ago

for me, it's NOT work on my iTerm2, but it's work on terminal and alacritty