Vim - how to start inserting at the end of the file in one step

后端 未结 5 1939
甜味超标
甜味超标 2021-02-01 00:48

Is there a single shortcut to start inserting in the new line at end of the file?

I\'m aware of G + o combo.

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 01:17

    There's also the command line option "+":

    vim + myfile.txt
    

    Will open myfile.txt and do an automatic G for you.

提交回复
热议问题