diff --git a/bash-zsh_TerminalShorcuts.md b/bash-zsh_TerminalShorcuts.md
index bebbd02..125aa3a 100644
--- a/bash-zsh_TerminalShorcuts.md
+++ b/bash-zsh_TerminalShorcuts.md
@@ -5,7 +5,7 @@
## Insert previous arguments
- Alt+.: insert last argument from last command.
- Alt+number+.: insert #nth last argument from last command.
- - Alt+- , number , Alt+., **zsh:** Alt+-+#+.: insert #nth first argument from last command.
+ - Alt+- , number , Alt+., **zsh:** Alt+-+number+.: insert #nth first argument from last command.
*In Linux you can repeat commands to go back in history*