How To Split Screen In Sublime Text Editor #2021
How to use sublime text?
The sublime text editor is a complex text editor which is generally used among developers. There have lots of features such as Auto indentation, Syntax highlights, Sidebar, Macros and many more that make it simple for working with the codebase. There are numerous text editors accessible such as Sublime Text, VS Code, Notepad++, and so on.
The sublime text editor is one of the best text editors. This text editor fulfills the entire requirement of programming. It is a cross-platform way code editor with Python API. This text editor makes you prosperous to use it in your software development programs.
The major reason why various developers like Sublime Text because it enables you to allocate the screen into two workspaces and it also enables you to open two files simultaneously. The interface has a thoughtful impression and you can customize the colors of the background or text. In extension, you can also allow the sidebar to adequately manage the directory of your projects.
The fundamental advantage it gives you is that you can try it for free indefinitely. Moreover, you can use its autocomplete process to work quickly. You can enjoy programming with Sublime Text. It is a profitable and portable software.
How To Split Screen In Sublime Text Editor?
Every one love sublime in these days. Sublime Text supports multiple view panes. Panes split the window into vertical and horizontal views that contain document tabs. Each pane can contain multiple tabs.
The views are independent but joined together. They are two (or more) views on the same text buffer and all views are updated as one pane is modified (it is not necessary to save the document to update the other views).
for split-screen
View > Layout > 2 Columns File > Clone File
Sublime Text contains various optical themes, with the choice to download extra themes and configure traditional themes through third-party plugins. When you’re building something in a text editor, you’ll always find yourself needing to jump your cursor to another direction in your text.
Sublime supports several programming languages that very helpful to your work. This text editor is performing an extremely good job as it gives a lot of features and shortcuts keys for making the work simpler and profitable. Through this text editor, your job or work takes another level and you can enjoy your programming work. For your better work, I recommend this editor.
How to make Sublime default text editor in Windows 10?
First go to the windows settings menu, click on the Apps settings. From there click Default Apps, scroll down until you see “choose default app by file type”. Click that option, then scroll to the file extension “.txt”, and click the gray plus arrow beside it and select sublime text.
How to make Sublime text editor default in Filezilla?
- Open FileZilla and from Menu click on Edit.
- From Edit => Settings, click on Settings.
- From Settings Pop up window, left side panel click on File Editing.
- After selecting File editing, right side options will be updated.
- Under Default Editor, select sublime text editor executable file.
- After doing all these click on OK Button
How To download Sublime text editor for Windows or Mac?
Go to https://www.sublimetext.com/3 and download.
Sublime Text 3 is the current version of Sublime Text. For bleeding-edge releases, see the dev builds.
Version: Build 3211
- OS X (10.7 or later is required)
- Windows – also available as a portable version
- Windows 64 bit – also available as a portable version
- Linux repos – also available as a 64 bit or 32-bit tarball
Sublime Text 3 – Useful Shortcuts (Windows)
General
Shortcut | Description |
---|---|
Ctrl+Shift+P | command prompt |
Ctrl+Alt+P | switch project |
Ctrl+P | go to file |
Ctrl+G | go to line |
Ctrl+R | go to methods |
Ctrl+Shift+R | go to methods in project |
Ctrl+KB | toggle side bar |
Ctrl+` | toggle console |
Ctrl+Shift+N | new window |
Editing
Shortcut | Description |
---|---|
Ctrl+L | select line (repeat select next lines) |
Ctrl+D | select word (repeat select others occurrences in context for multiple editing) |
Ctrl+Alt+Up / Ctrl+Alt+Down | select column for multiple editing |
Ctrl+Shift+M | select content into brackets |
Ctrl+Shift+Enter | insert line before |
Ctrl+Enter | inter line after |
Ctrl+Shift+K | delete line |
Ctrl+KK | delete from cursor to end of line |
Ctrl+KBackspace | delete from cursor to start of line |
Ctrl+Shift+D | duplicate line(s) |
Ctrl+J | join lines |
Ctrl+KU | upper case |
Ctrl+KL | lower case |
Ctrl+/ | comment line |
Ctrl+Shift+/ | block comment |
Ctrl+Y | redo or repeat |
Ctrl+C | copy |
Ctrl+V | paste |
Ctrl+Shift+V | paste and ident |
Ctrl+Space | autocomplete (repeat to select next suggestion) |
Ctrl+M | jump to matching brackets |
Ctrl+U | soft undo (movement undo) |
Ctrl+Shift+U | soft redo (movement redo) |
Code navigation
Shortcut | Description |
---|---|
F12 | go to definition |
Alt+- | jump back |
Alt+Shift+- | jump forward |
XML / HTML
Shortcut | Description |
---|---|
Ctrl+Shift+A | select content into tag |
Alt+. | close tag |
Find / Replace
Shortcut | Description |
---|---|
Ctrl+F | find |
Ctrl+I | incremental find |
Ctrl+H | replace |
F3 | find next occurrence of searched word |
Ctrl+F3 | find next occurrence of current word |
Alt+F3 | select all occurrences of current word for multiple editing |
Ctrl+Shift+F | find in files |
Navigation
Shortcut | Description |
---|---|
Ctrl+0 | focus on sidebar |
Esc | focus back to edit area when focus on sidebar |
Splits / Tabs
Shortcut | Description |
---|---|
Alt+Shift+1 | single column |
Alt+Shift+2 | two columns |
Alt+Shift+5 | grid (4 groups) |
Ctrl+[1,2,3…] | focus group |
Ctrl+Shift+[1,2,3…] | move file to group |
Alt+[1,2,3…] | select tab |
Bookmarks
Shortcut | Description |
---|---|
Ctrl+F2 | toggle bookmark |
F2 | next bookmark |
Shift+F2 | previous bookmark |
Ctrl+Shift+F2 | clear bookmarks |
Marks
Shortcut | Description |
---|---|
Ctrl+KSpace | set mark |
Ctrl+KW | delete from cursor to mark |
Ctrl+KA | select from cursor to mark |
Ctrl+KG | clear mark |
More
Go to Preferences
→ Key Bindings - Default
to explore all default shortcuts and read instructions for packages you installed to find out about their custom key bindings.
Top 10 Sublime Text Alternatives You Can Use
- Visual Studio Code
- Brackets
- Notepad++
- Atom
- BBEdit 13
- Vim
- Spacemacs
- Light Table
- TextPad (FREE Evaluation / $27)
- Espresso (FREE Trial / $99)
- Coda ($99)