# History Enables history support. ## Commands | Command | Options | Description | | ------ | ---- | ---------------- | | undo | none | Undo the latest change. | | redo | none | Redo the latest change. | ## Keybindings * Windows & Linux: `Control` + `Z` → Undo * Windows & Linux: `Shift` + `Control` + `Z` → Redo * macOS: `Command` + `Z` → Undo * macOS: `Shift` + `Command` + `Z` → Redo ## Usage ```markup ```