From cec31441e7f6f3557fca0cc0a8a496aa3305835a Mon Sep 17 00:00:00 2001 From: Ray Hua Wu Date: Sat, 3 Feb 2018 20:35:26 -0500 Subject: [PATCH] fix a typo --- languages/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/bash.sh b/languages/bash.sh index 7ac270e..221f2b0 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -24,7 +24,7 @@ CTRL+T # transposes two characters CTRL+U # kills backward from point to the beginning of line CTRL+V # makes the next character typed verbatim CTRL+W # kills the word behind the cursor -CTRL+X # lists the possible filename completefions of the current word +CTRL+X # lists the possible filename completions of the current word CTRL+Y # retrieves (yank) last item killed CTRL+Z # stops the current command, resume with fg in the foreground or bg in the background