Re: vim: how to leave vim in insert mode after execute a command

2014-01-22 Thread Ben Fritz
On Tuesday, January 21, 2014 10:26:00 PM UTC-6, ping wrote: > it looks, after any command executed, vim will be left normal mode. > how to make vim stay in insert mode after any ex command ? > To go to insert mode from a script, use the :startinsert command. -- -- You received this message fro

Re: vim: how to leave vim in insert mode after execute a command

2014-01-22 Thread Gary Johnson
On 2014-01-22, Ping wrote: > On Jan 21, 2014, at 23:26, ping song wrote: > > > it looks, after any command executed, vim will be left normal mode. > > how to make vim stay in insert mode after any ex command ? > > > > > > example: > > > > :normal iabc > > > > <-- after this, I have "abc" in m

Re: vim: how to leave vim in insert mode after execute a command

2014-01-22 Thread Ping
is this supported currently ? On Jan 21, 2014, at 23:26, ping song wrote: > it looks, after any command executed, vim will be left normal mode. > how to make vim stay in insert mode after any ex command ? > > > example: > > :normal iabc > > <-- after this, I have "abc" in my buffer , but in

vim: how to leave vim in insert mode after execute a command

2014-01-21 Thread ping song
it looks, after any command executed, vim will be left normal mode. how to make vim stay in insert mode after any ex command ? example: :normal iabc <-- after this, I have "abc" in my buffer , but in normal mode. -- -- You received this message from the "vim_use" maillist. Do not top-post! T