码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2020-03-26 19:56:48      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:multiple   into   The   over   addition   video   directly   for   style   

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

标签:multiple   into   The   over   addition   video   directly   for   style   

原文地址:https://www.cnblogs.com/Answer1215/p/12576363.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!