History
Undo/redo with automatic change grouping.
Import
typescript
import { historyPlugin } from 'halka/plugins/history';Usage
- Add historyPlugin to your plugins array โ undo/redo work automatically
- Changes are grouped so rapid typing produces one undo step
Commands
| Command | Description |
|---|---|
history.undo | Undo the last change |
history.redo | Redo the last undone change |
Shortcuts
| Shortcut | Action |
|---|---|
Mod+Z | Undo |
Mod+Shift+Z / Mod+Y | Redo |