Split single view horizontally in Sublime

馋奶兔 提交于 2019-12-23 08:36:17

问题


I'm using Sublime Text 3.

I want to edit a single file, but split it horizontally so I can edit two parts of the document (similar to MS Word).

Under view>layout>rows, it shows a file horizontally. However- it only allows a new file (not the same file).

Is this possible?


回答1:


As you said you need to split the view by using View -> Layout - > Rows: 2. Then being on the Row 1 you need to go to File -> New View into File. It will open second tab with the same file. Then you can drag that tab to the Row 2.



来源:https://stackoverflow.com/questions/40144648/split-single-view-horizontally-in-sublime

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!