On Wed 27-Dec-06 5:52am -0600, striker wrote: > I frequently use i_CTRL-Y on my *nix box to insert the character > above. How can I make i_CTRL-Y work on Windows? > i_CTRL-E does however work.
It works fine here. Have you remapped it? Try: :verb imap <c-y> to see where you remapped it. Also, you should always try to duplicate the problem starting without your own customizations. Start with: gvim -u NONE -i NONE -N If the problem goes away, it's your customizations. -- Best regards, Bill
