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