A.J.Mechelynck schrieb:
Alexey Vakhov wrote:
Hi Dear community,

Command o and O create new line and switch to insert mode. I want only
insert blank line and stay in normal mode. I know this problem can be
solved using simple mappting, but maybe in vim there are original
commands for this tip?
Thanks a lot


IIUC there are no intrinsic commands for this; but you could use

    o<Esc>
    O<Esc>

at the keyboard, or

    :put =''
    :.-1put =''

For some reason
   :put_
   :put!_
also work.  Another odd detail, in fact nothing should be inserted (?)
because the "black hole" register is always empty.

in a script.


Best regards,
Tony.

Andy

--
EOF



        
                
___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de

Reply via email to