fixed keyboard shortcut for last argument (ctrl-r -> alt-_)

pull/203/head
L.Malinowski 2015-07-14 12:21:27 +01:00
parent 5fb1625dda
commit ef36eb1f61
1 changed files with 1 additions and 1 deletions

View File

@ -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 -`