Breaking changes
- Rename the following actions:
Old action name New action name Drop Noop TerminalToggleFullscreen TerminalFullscreen TerminalToggleMaximize TerminalMaximize TerminalSelectionCopy TerminalClipboardCopy TerminalSelectionMode TerminalClipboardFormat TerminalCopyMode TerminalClipboardFormat TerminalToggleCwdSync TerminalCwdSync TerminalToggleWrapMode TerminalWrapMode TerminalToggleStdioLog TerminalStdioLog TerminalToggleSelectionMode TerminalSelectionRect
Changes
- Implement the following parameterized actions (see available actions in
/doc/settings.md):Action action=Parameter data=Description TerminalSendKey text stringSimulating key presses using the specified string. TerminalOutput text stringDirect output the string to the terminal scrollback. TerminalAlignMode left|right|centerSet terminal scrollback lines aligning mode. Applied to the active selection if it is. TerminalWrapMode on|offToggle terminal scrollback lines wrapping mode. Applied to the active selection if it is. TerminalClipboardFormat none|text|ansi|rich|html|protectedSwitch terminal text selection copy format. TerminalSelectionRect on|offToggle between linear and rectangular selection form. TerminalSelectionOneShot text|ansi|rich|html|protectedOne-shot toggle to copy text while mouse tracking is active. Keep selection if Ctrlkey is pressed. - Update docs.