Releases: directvt/vtm
Releases · directvt/vtm
v0.9.99.35
Changes
Fix terminal search by Alt+Left/RightArrow
.
Change Shift+Ctrl+Alt+Arrows
to Shift+Alt+Arrows
(scrolls one page horizontally).
v0.9.99.34
Changes
Fix waiting for console attached processes to complete.
Fixed issue: Far Manager launched from the command shell could be blocked when closing the built-in terminal with the X
button.
Suppress terminal hardcoded hotkeys when alternate buffer is active.
v0.9.99.33
Changes
Fix interference with vtm desktop (Ctrl+PgUp/PgDn).
v0.9.99.32
Changes
Add the Ctrl
modifier to hard-coded terminal hotkeys (to avoid interference with console apps).
Hotkey
Action
Ctrl+Shift+PageUp
Scroll one page up.
Ctrl+Shift+PageDown
Scroll one page down.
Ctrl+Shift+ArrowUp
Scroll one line up.
Ctrl+Shift+ArrowDown
Scroll one line down.
Ctrl+Shift+Alt+ArrowLeft
Scroll one page to the left.
Ctrl+Shift+Alt+ArrowRight
Scroll one page to the right.
Ctrl+Shift+ArrowLeft
Scroll one cell to the left.
Ctrl+Shift+ArrowRight
Scroll one cell to the right.
Ctrl+Shift+Home
Scroll to the scrollback top.
Ctrl+Shift+End
Scroll to the scrollback bottom (reset viewport position).
v0.9.99.30
Changes
Add hardcoded hotkeys to scroll terminal viewport.
Hotkey
Action
Shift+PageUp
Scroll one page up.
Shift+PageDown
Scroll one page down.
Shift+ArrowUp
Scroll one line up.
Shift+ArrowDown
Scroll one line down.
Shift+Ctrl+ArrowLeft
Scroll one page to the left.
Shift+Ctrl+ArrowRight
Scroll one page to the right.
Shift+ArrowLeft
Scroll one cell to the left.
Shift+ArrowRight
Scroll one cell to the right.
Shift+Home
Scroll to the scrollback top.
Shift+End
Scroll to the scrollback bottom (reset viewport position).
v0.9.99.29
Changes
Respect DECCKM mode when synthesizing alternate scrolling.
Test. Use mouse wheel to scroll the following.
bash
:
v0.9.99.28
Changes
Fix annoyingly broken mouse text selection in GUI mode.
It looked like this:
pwsh.2024-10-23.15-20-03.mp4
v0.9.99.27
Changes
v0.9.99.26
Changes
Slightly improve vt-parsing performance.
Implement OSC 4/10/11/12
color requests.
command-line
:
v0.9.99.25
Changes
Fix deadlock while syncing config access. Regression from c82911a .
You can’t perform that action at this time.