I need to start vim reading a (template) file (vim -c "r mytemplate.mm"
), but the read command inserts the file content below the first line. Is there a simple way to avoid the empty line?
I need to start vim reading a (template) file (vim -c "r mytemplate.mm"
), but the read command inserts the file content below the first line. Is there a simple way to avoid the empty line?