Comment on VimAck: A port of TextMate's Find-in-Project feature for MacVim.appComments−beaumartinez15yFrom the screencast[1] it looks like this doesn't support keyboard navigation―why is the search an OS-native window and not a Vim window?[1] https://github.com/jtaby/VimAck/raw/master/resources/vimack_...−dchest15yI use ack.vim, which outputs to vim's quickfix window: https://github.com/mileszs/ack.vim−jtabyOP15yAs I noted in the roadmap, keyboard support is coming, feel free to fork and contribute if you're up to it in the meantime :)
Comments
From the screencast[1] it looks like this doesn't support keyboard navigation―why is the search an OS-native window and not a Vim window?
[1] https://github.com/jtaby/VimAck/raw/master/resources/vimack_...
I use ack.vim, which outputs to vim's quickfix window: https://github.com/mileszs/ack.vim
As I noted in the roadmap, keyboard support is coming, feel free to fork and contribute if you're up to it in the meantime :)