Editor¶
Paisa uses codemirror that comes with a standard set of keyboard shortcuts. The editor interface also features collapsible and adjustable sections, allowing you to maximize the editing area or customize the layout to your preference.
In addition to standard Codemirror bindings, Paisa has a few more shortcuts, which are listed below.
Keyboard shortcuts¶
| Linux | Mac | Windows | Description |
|---|---|---|---|
| Ctrl+S | Ctrl+S | Ctrl+S | Save file |
| Ctrl+Shift+I | Ctrl+Shift+I | Ctrl+Shift+I | Prettify |
| Ctrl+F | Cmd+F | Ctrl+F | Open search panel |
| Ctrl+Z | Cmd+Z | Ctrl+Z | Undo |
| Ctrl+Y | Cmd+Y | Ctrl+Y | Redo |