From ef36eb1f6141b90c92d09b90c762135e83994dc0 Mon Sep 17 00:00:00 2001 From: "L.Malinowski" Date: Tue, 14 Jul 2015 12:21:27 +0100 Subject: [PATCH] fixed keyboard shortcut for last argument (ctrl-r -> alt-_) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af21393..2e6247c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Notes: - Alternatively, if you love vi-style key-bindings, use `set -o vi`. -- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r** and **alt-.**. +- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **alt-_** and **alt-.**. - To go back to the previous working directory: `cd -`