From c433873e040809f63e517392be34f4353f8c427d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Nov 2017 17:18:14 -0800 Subject: [PATCH] ui: doc: mention A key --- hledger-ui/doc/hledger-ui.1.m4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hledger-ui/doc/hledger-ui.1.m4.md b/hledger-ui/doc/hledger-ui.1.m4.md index 0c924a1eb..1b17fd127 100644 --- a/hledger-ui/doc/hledger-ui.1.m4.md +++ b/hledger-ui/doc/hledger-ui.1.m4.md @@ -134,6 +134,10 @@ Disabling balance assertions temporarily can be useful for troubleshooting. `a` runs command-line hledger's add command, and reloads the updated file. This allows some basic data entry. +`A` is like `a`, but runs the [hledger-iadd](http://hackage.haskell.org/package/hledger-iadd) tool, +which provides a curses-style interface. +This key will be available if `hledger-iadd` is installed in $PATH. + `E` runs $HLEDGER_UI_EDITOR, or $EDITOR, or a default (`emacsclient -a "" -nw`) on the journal file. With some editors (emacs, vi), the cursor will be positioned at the current transaction when invoked from the register and transaction screens, and at the error location (if possible)