From 06773e4bf86859900d0681763f645b5d42facd5f Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Wed, 17 Jun 2015 10:45:42 -0700 Subject: [PATCH] Fix to tab note #59. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3249f..4edd958 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Scope: ## Everyday use -- In Bash, use **Tab** to complete file names and **ctrl-r** to search through command history. +- In Bash, use **Tab** to complete arguments and **ctrl-r** to search through command history. - In Bash, use **ctrl-w** to delete the last word, and **ctrl-u** to delete the whole line. Use **alt-b** and **alt-f** to move by word, **ctrl-k** to kill to the end of the line, **ctrl-l** to clear the screen. See `man readline` for all the default keybindings in Bash. There are a lot. For example **alt-.** cycles through previous arguments, and **alt-*** expands a glob.