> I think you've actually uncovered a small bug in expert mode. In fact, > <C-\><C-n> is a better mapping than <C-l> anyway, since it simply > avoids the &insertmode problem. Try making this substitution in your > cream-expertmode.vim and see if the original FAQ suggestions then work > ok. (Work for me.)
Yes, it seems to work. I had to change both inoremap lines to map to <C-\><C-n>. At first I just changed the line involving <Esc>, but then I still got "^L" printed to the buffer. Changing both took care of that. I'm a bit confused as to how this keymapping thing works though. It looks to me like pressing Ctrl+[ would make Cream go in to insert mode when I'm in normal mode, but it doesn't. Nothing happens. And when I'm in insert mode and press Ctrl+[ it prints "[" to the buffer. What am I doing wrong? What have I misunderstood? ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
