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
Post a Comment