Windows Terminal does not support horizontal scrolling, which can cause long lines to wrap or if the window is too narrow:
This app will add horizontal scrolling and remove line wrap. It monitors hotkeys clicks using the windows API and modifies the windows terminal settings file.
By default, scrolling is enabled at startup and disabled when exiting via the tray menu or Alt + Q
-
download and setup python
-
download code:
- from github. Click
Code -> Download zipand unpack zip archive
or
- run command in cmd
git clone https://github.com/OxFF00FF/wt-horizontal-scrollin target dir (Git required)
- from github. Click
-
run
START_WT.batThis will launch program with a window and shows logs.or
START_WT headless.batWill launch program in headless mode in windows tray. -
Install depencies. Run
INSTALL.bat -
Cofnig located in
%userprofile%/appdata/local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalStatein filesettings.json. Make a backup of this file before you start working, in case of program failures, so that you can restore WT settings.
ALT + Right arroworMouse Scroll Downshift the content from right to leftALT + Left arroworMouse Scroll Upshift the content from left to rightALT + Down arrowreset position to defaultALT + Up arrowtoggle scrolling and line wrap

