Skip to main content

Basic Editing

Application

Cursor Movement

Selection

All cursor movement commands can be combined with (Shift) to extend the selection:

Line Operations

Multi-Cursor Editing

Search and Replace

The search panel includes toggle buttons for:
  • Match Case: Toggle case-sensitive search
  • Whole Word: Toggle whole word matching
  • Regex: Toggle regular expression mode

Code Navigation

File and Tab Management

Autocomplete

Mouse Actions

Auto-Closing Pairs

The editor automatically inserts closing characters for:

Surrounding Selection

When text is selected, typing an opening character wraps the selection:

Auto-Completion for Luau Blocks

When pressing (Enter) after certain keywords, the editor auto-completes the block structure:

Smart Indentation

  • Pressing (Enter) automatically maintains the current indentation level
  • After opening keywords (function, do, then, else, repeat, {), the next line is indented
  • (Backspace) in the indent region removes a full tab (2 spaces) at a time
  • + (Home) toggles between column 0 and the first non-whitespace character
  • Indentation uses 2 spaces (soft tabs)
  • Line comments use -- (Luau style)

Diff Mode

When viewing AI-generated changes: