[Tools Vim] Open Files into Vim from the Terminal as buffers, splits, and tabs

Posted answer1215

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Tools Vim] Open Files into Vim from the Terminal as buffers, splits, and tabs相关的知识,希望对你有一定的参考价值。

You can open files into Vim directly from the terminal. This works for both single files and multiple files. In addition to reading these files into buffers, you can open them as splits or tabs. This video covers the basics of opening files from the terminal…

 

vim README.md CHANGELOG.md -o // open both files in horizontal split
vim README.md CHANGELOG.md -O // open both files in vertical split
vim README.md CHANGELOG.md -p // open both files in multi tabs

 

以上是关于[Tools Vim] Open Files into Vim from the Terminal as buffers, splits, and tabs的主要内容,如果未能解决你的问题,请参考以下文章

python: too many open files when using open fits file in a loop

Linux系统报错排查:Too many open files in system

“Unicode Error ”unicodeescape" codec can't decode bytes… Cannot open text files in Python 3

fs.inotify.max_user_watches默认值太小,导致too many open files

脚本调试:一次换行符导致的报错

用Lua如何创建一个文件?