From 909a903137e033ca6035a3457c8682d7daaffa0e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 1 Dec 2024 15:08:45 -1000 Subject: [PATCH] ;doc:ui: mention that period navigation uses standard periods [#2293] --- 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 8b5170c55..13dd0060d 100644 --- a/hledger-ui/hledger-ui.m4.md +++ b/hledger-ui/hledger-ui.m4.md @@ -127,6 +127,7 @@ pressing `SHIFT-LEFT` or `SHIFT-RIGHT` moves to the previous or next period, and pressing `T` sets the period to "today". If you are using `-w/--watch` and viewing a narrowed period containing today, the view will follow any changes in system date (moving to the period containing the new date). +(These keys work only with the standard Julian calendar year/quarter/month/week/day periods; they are not affected by a custom report interval specified at the command line.) You can also specify a non-standard period with `/` and a `date:` query; in this case, the period is not movable with the arrow keys.