Here are some powerful keyboard shortcuts to boost your productivity in the editor:
🔧 Navigation Shortcuts
- Ctrl + Shift + Enter (Windows/Linux) / Cmd + Shift + Enter (Mac): Insert a new line above the current cursor position.Code_Snippets
- Ctrl + Enter (Windows/Linux) / Cmd + Enter (Mac): Insert a new line below the cursor.Keyboard_Layout
📌 Selection & Editing
- Alt + Click (Windows/Linux) / Option + Click (Mac): Select multiple lines for editing.Multi_Cursor
- Ctrl + D (Windows/Linux) / Cmd + D (Mac): Duplicate the selected line or text.Duplicate_Text
📦 Code Organization
- Ctrl + Shift + O (Windows/Linux) / Cmd + Shift + O (Mac): Reopen the last closed file.File_Recovery
- Ctrl + K, Ctrl + D (Windows/Linux) / Cmd + K, Cmd + D (Mac): Toggle line comment.Comment_Toggle
For more details on basic shortcuts, check out our keyboard-shortcuts guide. 🚀
Shortcut_Help