github directvt/vtm v0.9.99.50

latest releases: v2026.02.06, v2026.02.05, v2026.02.03...
14 months ago

GitHub all current

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 string Simulating key presses using the specified string.
    TerminalOutput text string Direct output the string to the terminal scrollback.
    TerminalAlignMode left | right | center Set terminal scrollback lines aligning mode. Applied to the active selection if it is.
    TerminalWrapMode on | off Toggle terminal scrollback lines wrapping mode. Applied to the active selection if it is.
    TerminalClipboardFormat none | text | ansi |
    rich | html | protected
    Switch terminal text selection copy format.
    TerminalSelectionRect on | off Toggle between linear and rectangular selection form.
    TerminalSelectionOneShot text | ansi |
    rich | html | protected
    One-shot toggle to copy text while mouse tracking is active. Keep selection if Ctrl key is pressed.
  • Update docs.

Don't miss a new vtm release

NewReleases is sending notifications on new releases.