This code-editor is a self suffient Code Editor which provide you an unbelievable experience in coding. This Code Editor supports almost all the Major and minor languages which provide you the facility to code in all languages in a simple way.
Supports over 80+ modern languages and almost all popular frameworks.
You can use Guide for Detailed steps and links of Code Editor Guide of Code Editor
There are 3 Modes in Code Editor :-
- Normal Mode
- Insert Mode
- Visual Mode
When You open the Code Editor, It always starts in Normal mode. In Normal Mode you can run commands & Shortcuts. For Command press colon : first.
Example for command
: exit
#### Some Basic Comamnds in Normal Mode
Command | Description |
---|---|
F |
Fold the Selected Block |
ctrl + t |
Open Terminal |
ctrl + F |
fold All |
ctrl + J |
Unfold All |
ctrl + Q |
Close the File without Saving |
Alt + E |
Open File Manager |
Alt + R |
Run Code |
Alt + Q |
Close All Files |
For Split the terminal in 2 Vertical parts, run the following Commandand use one part as Code Editor and other as Code Terminal.
:Vertical terminal
Use the following syntax to Run Program on Terminal part.
<Language_Name> <File_Name>
Example :-
python example.py
You can Switch to Insert Mode from Normal Mode by Pressing 'I'
In Insert Mode you can Edit, Modify and make changes to your Code.
Command | Description |
---|---|
ctrl + D |
Duplicate Line |
ctrl + S |
Save |
ctrl + Q |
Save and Close File |
Ctrl + U |
Undo |
Ctrl + R |
Redo |
Ctrl + ↑ |
Shift Code line Up |
Ctrl + ↓ |
Shift Code Line Down |
Ctrl + C |
Copy |
Ctrl + V |
Paste |