From e42e137b1843cab2c662724636bad69bb38edac1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Oct 2025 10:36:01 -1000 Subject: [PATCH] ;doc:ui: mention how --pivot makes I reload like g [#2451] --- hledger-ui/hledger-ui.m4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-ui/hledger-ui.m4.md b/hledger-ui/hledger-ui.m4.md index e7ebbb133..c27d6ab3d 100644 --- a/hledger-ui/hledger-ui.m4.md +++ b/hledger-ui/hledger-ui.m4.md @@ -154,6 +154,7 @@ previous screens. (With large files, this could cause a noticeable pause.) `I` toggles balance assertion checking. Disabling balance assertions temporarily can be useful for troubleshooting. +(If hledger-ui was started with a `--pivot` option, re-enabling balance assertions with the `I` key also does a full journal reload, like `g`.) `a` runs command-line hledger's add command, and reloads the updated file. This allows some basic data entry.