From 29fff97005660726b30121b8c6600cd8f78b20eb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 3 Nov 2013 11:53:35 -0800 Subject: [PATCH] docs: link to readline docs --- MANUAL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index e169cfb95..c211190da 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -635,7 +635,8 @@ Additional convenience features: If there is a recent transaction with a description similar to the one you entered, it will be displayed and used for defaults. -- Readline-style edit keys may be used during data entry. +- [Readline-style edit keys](http://tiswww.case.edu/php/chet/readline/rluserman.html#SEC3) + may be used during data entry. Eg control-p recalls previous entries. - While entering account names, the tab key will auto-complete or list the available completions, based on the existing transactions.