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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -