From 2951ee6e407d373eb8f9d48079f7761676a3ef04 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Fri, 3 Apr 2020 12:56:14 -0500 Subject: [PATCH] # -> number --- bash-zsh_TerminalShorcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*