On Sun, 2009-08-09 at 12:41 +0200, Benct Philip Jonsson wrote: > > I need help with setting up so that I can run an > external filter from the current line to the end > of the document by pressing a key combination, > i.e. to run > > .,$!filter > > by pressing, say <F12> + f
>From Cream's standard mode (Vim's insertmode)? It should be as simple as: imap <silent> <F12> <C-b>:.,$!filter<CR> Does that help? -- Steve Hall [ digitect dancingpaper com ] :: Cream... usability for Vim :: http://cream.sourceforge.net ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
