[slim-vim] Compiler Notes
Larry Clapp
larry at theclapp.org
Wed Aug 2 21:16:16 CDT 2006
On Wed, Aug 02, 2006 at 06:05:33PM +0200, Daniel Trstenjak wrote:
> On Wed, Aug 02, 2006 at 07:58:13AM -0400, Larry Clapp wrote:
> > I'm not familiar with quickfix mode (and don't have time just now
> > to read the helpfile :( ).
>
> Quickfix is one of the coolest features in vim.
>
> Start vim in a directory with some lisp code.
> And execute ":grep defun *".
> Now you will see a list of all matches.
> ":cn" -> goto next match
> ":cp" -> goto previous match
> ":cw" -> see all machtes
>
> I like to have these mapings:
> map <M-n> :cn<CR>
> map <M-p> :cp<CR>
>
> I like it very match. ":make" also uses
> the quickfix mode, very nice for compiling
> c/c++ ....
Wow. I wish I'd looked into it before. Thanks for the clue-stick.
:)
-- L
More information about the slim-vim
mailing list