Clear screen option like macOS and Gnome terminals #4248
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
Add an option (or options) to clear the screen/buffer. As a long time macOS and Linux user, I instinctively hit
Cmd+K
to clear the buffer (of courseCtrl-K
on windows). It would be very useful to offer some clearing options like the macOS terminal does (clear to start, clear screen, clear scrollback, clear to mark). Gnome terminal also has some similar options. Ideally should be able to be mapped to a shortcut (ideallyCtrl+k
orCtrl+shift+k
) but a menu option is good as well (like settings).Proposed technical implementation details (optional)
clear
already works for PowerShell, cmd, and bash. I believe this is a standard escape sequence for VT100 terminals. Ideally, just let this be a way to issue that escape sequence to the terminal that is running.Ctrl+k
,Ctrl+Shift+k
to clear screen by default or offer documentation so a user can add to the profileThe text was updated successfully, but these errors were encountered: