* Juan Fuentes ([EMAIL PROTECTED]) wrote:
 * Francois Fayard ([EMAIL PROTECTED]) wrote:
> Hi,
> 
> I want to use ispell under vim. That is map a key to run ispell with the
> current file and save the result in this file. Do you know how I can do
> such a thing ?
> 
> Francois
> 
 
 Hi Francois, put the following in your .vimrc:
 
 noremap <F7> :! ispell %<cr><cr> 
 
 you can change the <F7> to any other key you want.
 
 Hope this helps,
 
 Juan Fuentes 

Reply via email to