You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ack, there are times when i want to search for a particular file or keyword in the search results it provides & I end up searching using / normally but sometimes when i'm quite below or at the end of the opened quickfix list, I without thinking press ? which opens up help.
It would be really useful, if there is a way to disable it & just make it behave like a normal vim's ? to search backwards
I have:
Description
When I run ack, there are times when i want to search for a particular file or keyword in the search results it provides & I end up searching using
/
normally but sometimes when i'm quite below or at the end of the opened quickfix list, I without thinking press?
which opens up help.It would be really useful, if there is a way to disable it & just make it behave like a normal vim's
?
to search backwardsMy experiments
When i read this in the doc:
ack.vim/doc/ack.txt
Line 263 in eede042
I thought i might be able to simply reset the mapping for
?
by doing so:Later i realised that maybe the behaviour of
?
is not configurable when I saw this line:ack.vim/autoload/ack.vim
Line 117 in 36e40f9
Questions
Is there way this can be achieved ?
Or if you think it could be useful can we make this as configuration ? (I would be happy to help.)
The text was updated successfully, but these errors were encountered: