[slim-vim] Compiler Notes
Daniel Trstenjak
Daniel.Trstenjak at science-computing.de
Wed Aug 2 11:05:33 CDT 2006
Hi Larry,
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++ ....
Regards,
Daniel
More information about the slim-vim
mailing list