ag.vim icon indicating copy to clipboard operation
ag.vim copied to clipboard

File Not Opening

Open zeeshanjan82 opened this issue 8 years ago • 7 comments

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

zeeshanjan82 avatar Jul 20 '16 15:07 zeeshanjan82

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

Samgarr avatar Nov 11 '16 12:11 Samgarr

same here.

cht8687 avatar May 09 '18 08:05 cht8687

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

benoittgt avatar May 16 '19 11:05 benoittgt

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

danijel avatar May 20 '19 12:05 danijel

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 avatar May 20 '19 14:05 benoittgt

@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

danijel avatar May 21 '19 08:05 danijel

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

Jacky-Rolo avatar Apr 19 '21 14:04 Jacky-Rolo