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
