github directvt/vtm v0.9.7d

latest releases: v2026.01.13, v2026.01.11, v2026.01.10...
3 years ago

GitHub all current

Changes

  • Configurable terminal session termination /config/term/atexit
    • auto (default) - Stay open if exit code != 0.
    • nothing - Stay open.
    • close - Always quit.
    • restart - Restart session.
    • retry - Restart session if exit code != 0.
<config>
  <term>
        <atexit = auto /> <!-- auto:    Stay open if exit code != 0.
                               nothing: Stay open.
                               close:   Always quit.
                               restart: Restart session.
                               retry:   Restart session if exit code != 0. -->
  </term>
</config>

Don't miss a new vtm release

NewReleases is sending notifications on new releases.