Shortcut to open file in Vim

前端 未结 19 1132
误落风尘
误落风尘 2020-12-22 16:30

I want to open a file in Vim like in Eclipse using Ctrl + Shift + R, or via the Ctrl + N option of autofill. Invoke a

19条回答
  •  忘掉有多难
    2020-12-22 16:57

    In GVIM, The file can be browsed using open / read / write dialog;

    :browse {command}
    

    {command} - open / read / write

    open - Opens the file read - Appends the file write - SaveAs dialog

提交回复
热议问题