The following is an introduction to sublime text3 from the sublime tutorial column Split screen problem, hope this helps friends in need!
This problem stems from the fact that I accidentally turned on the 2-split screen and didn’t know how to turn it off (cover my face)
Look at the path shown in the picture below:
Shortcut keysAlt Shift 1
is a single screen, as shown in the picture.
Related introduction:
Sublime Text is a text editor (paid software, you can trial it indefinitely, but there will be an activation prompt pop-up window), and it is also an advanced code editor. Sublime Text was developed by programmer Jon Skinner in January 2008. It was originally designed as a Vim with rich extension functions.
Sublime Text has a beautiful user interface and powerful features such as code thumbnails, Python plug-ins, code snippets, etc. Key bindings, menus and toolbars can also be customized. The main features of Sublime Text include: spell check, bookmarks, complete Python API, Goto function, instant project switching, multi-selection, multi-window and more. Sublime Text is a cross-platform editor that supports Windows, Linux, Mac OS X and other operating systems.
The above is the detailed content of Questions about sublime text3 split screen. For more information, please follow other related articles on the PHP Chinese website!