From c24faf0205b24d7a2ad8515785c44d5a66ef8a45 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Tue, 16 Jun 2015 11:31:45 -0700 Subject: [PATCH] Update forward and back word bindings. Fixes #24 Fixes #45 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e118df2..569a719 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,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-b** and **alt-f** 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 -`