On 9/28/06, chak <[EMAIL PROTECTED]> wrote:
I want: - switching from insert into a command mode would occur on a combination of keys CtrlO or Esc.
imap <C-o><Esc> <esc>
- switching from command mode into insert occur after pressing Insert key.
imap <insert> a "or imap <insert> i BTW on Linux, pressing <insert> in gvim command mode enters insert mode; without any custom mappigns of my own. Yakov
