This plugin uses Ack to recursively search the project directory.
Vico version 1.3 is required for this plugin to work.
⇧⌘F -- Bring up the ack window, same as :ack
.
⇧⌘F -- Bring up the ack window with the selected folder as base search folder.
<cr>
-- go to the selected resulto
-- go to the selected result in the current views
-- go to the selected result in a split viewv
-- go to the selected result in a vertical split viewt
-- go to the selected result in a new tab<esc>
-- cancel a running search/
-- focus the filter field
Additionally, most vi motion commands are available to navigate the result list.
:ack
-- Bring up the ack window.:ack pattern
-- Bring up the ack window and search the project folder for pattern.:aa
-- Go to the location of the current result.:an[ext]
-- Go to the next result.:ap[revious]
or:aN[ext]
-- Go to the previous result.:ar[ewind]
or:afir[st]
-- Go to the first result.:ala[st]
-- Go to the last result.:anf[ile]
-- Go to the first result in the next file.:apf[ile]
or:aNf[ile]
-- Go to the last result in the previous file.
Ack itself is Copyright 2005-2010 Andy Lester under the terms of the Artistic License version 2.0.
Copyright (c) 2011 Martin Hedenfalk [email protected]
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.