Supported Keyboard Shortcuts and Productivity Tips

Boost efficiency by using these supported keyboard shortcuts while working in the editor:

Essential Save Shortcuts

  • Command + S: Save to Staging
  • Command + Shift + S: Save to Production
  • Command + G: Save to GitHub (if GitHub integration is configured)

Note: On Windows, use Ctrl instead of Command.

Important Ace Editor Keyboard Shortcuts

The editor also supports a wide range of productivity shortcuts. Here are some of the most useful:

  • Ctrl + F or Command + F: Find
  • Ctrl + H or Command + Option + F: Replace
  • Ctrl + D or Command + D: Duplicate selection
  • Ctrl + / or Command + /: Toggle comment
  • Ctrl + Z or Command + Z: Undo
  • Ctrl + Shift + Z or Command + Shift + Z: Redo
  • Ctrl + L or Command + L: Go to line

For a complete list of available shortcuts, see the Ace Editor Default Keyboard Shortcuts.

Video and Additional Resources

Leveraging these shortcuts can greatly improve workflow speed and accuracy. Refer to the resources above for more advanced tips and demonstrations.

Jared Malan