-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Labels
Issue-EnhancementIt's a feature request.It's a feature request.Needs-Triage 🔍It's a new issue that core contributor team needs to triage.It's a new issue that core contributor team needs to triage.
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
Hi, thanks for an excellent addition to Powershell! :)
Intro
I keep WindowsTerminal window full screen all the time. PSReadLine cuts history list at 88 chars. This leaves a lot of free space on screen (see image) and commands are cut-off, often at the places where most important arguments are.
Idea
Introduce an option to set history list width to desired number of characters or, even better, to console width.
Thank you! :)
Image
Proposed technical implementation details (optional)
Set-PSReadLineOption -LineWidth 200
Set-PSReadLineOption -LineWidth $Host.UI.RawUI.WindowSize.Width
Set-PSReadLineOption -LineWidth Maximum
Mj65536, KyleKolander and pewill
Metadata
Metadata
Assignees
Labels
Issue-EnhancementIt's a feature request.It's a feature request.Needs-Triage 🔍It's a new issue that core contributor team needs to triage.It's a new issue that core contributor team needs to triage.