[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ispell and Vim



* Juan Fuentes (juan.fuentes@codetel.net.do) wrote:
 * Francois Fayard (fayard@ens.fr) 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 to: