On Sat, Feb 18, 2012 at 01:56:26PM +0000, Marcin Szamotulski wrote:
> On 13:06 Sat 18 Feb     , Albin Olsson wrote:
> > Hi List!
> > 
> > Like the title says. Is there a way to get the spell suggestions from
> > z= to be presented in the kind of pop-up menu that you get from the
> > complete functions?
> > 
> > 
> > Best Regards
> > 
> > Albin Olsson
> > 
> > -- 
> > You received this message from the "vim_use" maillist.
> > Do not top-post! Type your reply below the text you are replying to.
> > For more information, visit http://www.vim.org/maillist.php
> 
> Yes there is a way: CTRL-X S in insert mode, but note that CTRL-S will
> suspend terminal if you use vim (to unfreeze it use CTRL-Q). See 
> :help i_CTRL-X_S and :help CTRL-s. If you use gvim you can also use
> i_CTRL-X_CTRL-S which is more convenient. 
> 
> Best,
> Marcin
> 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

Thank you that does exactly what I wanted. But because I prefer to do
my spell checking in normal mode, and in a terminal, I came up with
this mapping (in case somebody is interested):

    nnoremap \s ea<C-X><C-S>


Thanks once again

Albin

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to