Map :cnext and :cprev to keys, then :cnext is fast.

If you have to find a different line, think about how you find it.

Eg if you look for .txt files in the grep result only,
see github.com/MarcWeber/vim-addon-other about a possible keep lines /
drop lines implementation based on regular expressions.
Thus I don't search, I filter the quickfix list a second time.

Using both technics there is not much left to spend time on..

So try to understand why mapping :cnext is not enough and think how to
optimize that eventually.

Marc Weber

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to