📜  vim 打开新文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:17.580000             🧑  作者: Mango

代码示例1
# Basic syntax:
# Create a new file named filename.txt and open it in a new window
# below the current one:
:new filename.txt
# Create a new file named filename.txt and open it in a new window
# to the left of the current one:
:vert new filename.txt