From 52984147151fed2e38b3e0d626aa9102532e4bab Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Dec 2017 23:43:03 -0500 Subject: [PATCH] Add how to clear the terminal to tty.md --- help/tty.md | 1 + 1 file changed, 1 insertion(+) diff --git a/help/tty.md b/help/tty.md index 3836a4b..ca54d80 100644 --- a/help/tty.md +++ b/help/tty.md @@ -13,6 +13,7 @@ - Go to the beginning of the line: `Ctrl+A` - Go to the end of the line: `Ctrl+E` - Remove everything after the cursor: `Ctrl+K` +- Clear the terminal: `Ctrl+L` ## Piping