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 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -