On Tue, May 19, 2009 at 2:12 PM, Petro Verkhogliad <[email protected]> wrote: > > Hi, > > i_Ctrl-O or ctrl-o in insert mode is supposed to let the user run a > single normal mode command. Right now when I do ctrl-o in insert mode, > a new line is created below the current line and the cursor is moved > to the start of that line (as if i am in normal mode and pressed > 'o'). > > The Changelog for MacVim says that this issue has been fixed, meaning > that ctrl-o should allow me to run a single command in normal mode. I > am wondering if this command is working properly for anyone right > now. > > I am using MacVim Snapshot 45 on OS X 10.5.7. The MacVim updater says > that my version is the most recent. > > Thanks, > Petro
Hm, it works fine for me. Make sure that none of your plugins overrides this mapping: :verbose imap <c-o> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
