Essential Keyboard Shortcuts

// File Operations Shortcuts

Manage files quickly using these direct keyboard mappings:

  • Ctrl + N: Create a new file
  • Ctrl + O: Open existing file
  • Ctrl + S: Save current editor content
  • Ctrl + W: Close active file tab

// Text Editing Shortcuts

Edit lines of code quickly with built-in command hooks:

  • Ctrl + X / Ctrl + C / Ctrl + V: Cut, Copy, and Paste text
  • Ctrl + Z: Undo last edit action
  • Ctrl + Y: Redo undone action
  • Ctrl + F: Open Find and Replace search box