From 30c7a5b09ef098b9895b2781e2e7e3151aede44c Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Fri, 3 Apr 2020 12:38:05 -0500 Subject: [PATCH] Fixed hierarchy --- 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 a2176cd..ae803fa 100644 --- a/bash-zsh_TerminalShorcuts.md +++ b/bash-zsh_TerminalShorcuts.md @@ -40,7 +40,7 @@ Last command is: ## Other - Ctrl+_: undo last edit *(very useful when exceeding Ctrl+w)* -# To see all shortcuts available +## To see all shortcuts available - **bash:** `bind -lp` - **zsh:** `bindkey -L`