github directvt/vtm v0.9.99.40

latest releases: v2026.01.16, v2026.01.13, v2026.01.11...
pre-release14 months ago

GitHub all current

Changes

  • Make text anti-aliasing enabled by default.
  • Make GUI window key bindings configurable.
  • Introduce Drop and DropIfRepeats actions.
    Action Description
    Drop Drop all events for the specified key combination. No further processing.
    DropIfRepeats Drop Key Repeat events for the specified key combination. This binding should be specified before the main action for the key combination.
    <config>
      <gui>
        <hotkeys key*>
          <key="Alt+Enter" action=DropIfRepeats/>           <!-- Don't repeat the Toggle fullscreen mode. -->
          <key="Alt+Enter" action=ToggleFullscreenMode/>    <!-- Toggle fullscreen mode. -->
        </hotkeys>
      </gui>
    </config>

Don't miss a new vtm release

NewReleases is sending notifications on new releases.