From 6d8ce1dc168451adf7a42726188814957dd79bb9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 7 Jul 2024 23:57:01 +0100 Subject: [PATCH] ;doc: ui: fix the description of the Shift-T key --- hledger-ui/hledger-ui.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/hledger-ui.m4.md b/hledger-ui/hledger-ui.m4.md index 753bd847a..a806ef08a 100644 --- a/hledger-ui/hledger-ui.m4.md +++ b/hledger-ui/hledger-ui.m4.md @@ -121,7 +121,7 @@ future/forecasted transactions are shown. Pressing `SHIFT-DOWN` narrows the report period, and pressing `SHIFT-UP` expands it again. When narrowed, the current report period is displayed in the header line, pressing `SHIFT-LEFT` or `SHIFT-RIGHT` moves to the previous or next period, -and pressing `T` moves to the period containing today. +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).