From 86d0760aa40e256192f1ff6b8f541a8f847dcb3a Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Mon, 25 May 2015 17:22:49 -0700 Subject: [PATCH] Markdown fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cfad4..7a9fadb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Scope: - In bash, use **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-Left** and **Alt-Right** to move by word, and **Ctrl-K** to kill to the end of the line. 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. +- In bash, use **Ctrl-W** to delete the last word, and **Ctrl-U** to delete the whole line. Use **Alt-Left** and **Alt-Right** to move by word, and **Ctrl-K** to kill to the end of the line. 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. - To go back to the previous working directory: `cd -`