Vim: insert text from a file at current cursor position -


to insert text file in current vim buffer use :r filename insert text below cursor or :0r filename insert in first line.

how insert contents of file [cursor] located?

actual line coding [cursor]  // todo later version   line below actual line ... 

insert line break, read file, , take out line break...


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -