From a4fd8b48f525e1dd9ddc5ae8abdb81d13df598bc Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Wed, 6 Nov 2019 15:09:56 +0000 Subject: [PATCH] --- TerminalShorcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalShorcuts.md b/TerminalShorcuts.md index 2a511a9..c63c4c5 100644 --- a/TerminalShorcuts.md +++ b/TerminalShorcuts.md @@ -19,7 +19,7 @@ Let's consider the last command to be: - Ctrl+k: cuts everything after - Ctrl+u, **zsh:** Alt+w: cuts everything before - **zsh:** Ctrl+u: cuts the entire command *(In bash you can combine Ctrl+u , Ctrl+k)* - - Ctrl+y: paste characters previously cut with any **Cut command**. *In bash You can chain **cut commands**, and Ctrl+y will paste them all.* + - Ctrl+y: paste characters previously cut with any **Cut command**. *In bash you can chain **cut commands**, and Ctrl+y will paste them all.* - Ctrl+_: undo last edit *(very useful when exceeding Ctrl+w)* - Ctrl+left: move to last word - Ctrl+right: move to next word