[Feature Request]: Terminal (emulator) reset #542
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd like to be able to reset the terminal (and possibly clear the scrollback buffer) using either a menu item and/or (preferably) a keyboard shortcut (Ctrl+K).
This would be extremely nice to have. I use Command + K all the time in Terminal.app, and was rather disappointed this app doesn't have a similar keyboard shortcut.
just write an bash/zsh binding for
clear
clear
is not the same thing as a terminal reset. FYI.reset
then? :)Unfortunately not
reset
either, it resets the terminal but it does not clear the terminal emulator scrollback buffer, for example. :)Rephrased the issue title to avoid confusion. :)