StackOverflow 文件 vim 教程 拆分窗戶 開啟一個新的分割視窗 開啟一個新的分割視窗 Created: November-22, 2018 在正常模式下,你可以使用以下命令在 Vim 中開啟新拆分 : 水平: placeholderCopy:split <file name> :new垂直: placeholderCopy:vsplit <file name> :vnewsplit 將在螢幕頂部或左側的新分割中開啟檔案(或當前分割。):sp 和:vs 是方便的快捷方式。 新的將開啟一個空的分裂 更改拆分或 vsplit 的大小從命令列拆分多個檔案