ui: doc: fix filter query link
This commit is contained in:
parent
4d62ac5efc
commit
bfae74a18b
@ -226,9 +226,9 @@ goes deeper, \f[C]left\f[] returns to the previous screen,
|
|||||||
\f[C]up\f[]/\f[C]down\f[]/\f[C]page\ up\f[]/\f[C]page\ down\f[]/\f[C]home\f[]/\f[C]end\f[]
|
\f[C]up\f[]/\f[C]down\f[]/\f[C]page\ up\f[]/\f[C]page\ down\f[]/\f[C]home\f[]/\f[C]end\f[]
|
||||||
move up and down through lists.
|
move up and down through lists.
|
||||||
.PP
|
.PP
|
||||||
\f[C]g\f[] gets the latest data and refreshes the screen (and any
|
\f[C]g\f[] gets the latest data and refreshes the current screen and any
|
||||||
previous screens).
|
previous screens.
|
||||||
With large journal files, there can be a noticeable pause.
|
(With large journal files, there can be a noticeable pause.)
|
||||||
.PP
|
.PP
|
||||||
\f[C]/\f[] lets you set or change the filter query, which limits the
|
\f[C]/\f[] lets you set or change the filter query, which limits the
|
||||||
data shown on most screens (in addition to the quick filters described
|
data shown on most screens (in addition to the quick filters described
|
||||||
|
|||||||
@ -157,8 +157,9 @@ Generally the cursor keys navigate; `right' (or `enter') goes deeper,
|
|||||||
`left' returns to the previous screen, `up'/`down'/`page up'/`page
|
`left' returns to the previous screen, `up'/`down'/`page up'/`page
|
||||||
down'/`home'/`end' move up and down through lists.
|
down'/`home'/`end' move up and down through lists.
|
||||||
|
|
||||||
`g' gets the latest data and refreshes the screen (and any previous
|
`g' gets the latest data and refreshes the current screen and any
|
||||||
screens). With large journal files, there can be a noticeable pause.
|
previous screens. (With large journal files, there can be a noticeable
|
||||||
|
pause.)
|
||||||
|
|
||||||
`/' lets you set or change the filter query, which limits the data
|
`/' lets you set or change the filter query, which limits the data
|
||||||
shown on most screens (in addition to the quick filters described
|
shown on most screens (in addition to the quick filters described
|
||||||
@ -316,15 +317,15 @@ Node: OPTIONS714
|
|||||||
Ref: #options813
|
Ref: #options813
|
||||||
Node: KEYS3689
|
Node: KEYS3689
|
||||||
Ref: #keys3786
|
Ref: #keys3786
|
||||||
Node: SCREENS4611
|
Node: SCREENS4619
|
||||||
Ref: #screens4698
|
Ref: #screens4706
|
||||||
Node: Accounts screen4788
|
Node: Accounts screen4796
|
||||||
Ref: #accounts-screen4918
|
Ref: #accounts-screen4926
|
||||||
Node: Register screen6022
|
Node: Register screen6030
|
||||||
Ref: #register-screen6179
|
Ref: #register-screen6187
|
||||||
Node: Transaction screen7932
|
Node: Transaction screen7940
|
||||||
Ref: #transaction-screen8092
|
Ref: #transaction-screen8100
|
||||||
Node: Error screen8959
|
Node: Error screen8967
|
||||||
Ref: #error-screen9083
|
Ref: #error-screen9091
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|||||||
@ -87,10 +87,11 @@ _reportingoptions_
|
|||||||
Generally the cursor keys navigate; `right` (or `enter`) goes deeper, `left` returns to the previous screen,
|
Generally the cursor keys navigate; `right` (or `enter`) goes deeper, `left` returns to the previous screen,
|
||||||
`up`/`down`/`page up`/`page down`/`home`/`end` move up and down through lists.
|
`up`/`down`/`page up`/`page down`/`home`/`end` move up and down through lists.
|
||||||
|
|
||||||
`g` gets the latest data and refreshes the screen (and any previous
|
`g` gets the latest data and refreshes the current screen and any
|
||||||
screens). With large journal files, there can be a noticeable pause.
|
previous screens. (With large journal files, there can be a noticeable
|
||||||
|
pause.)
|
||||||
|
|
||||||
`/` lets you set or change the [filter query](/journal.html#queries),
|
`/` lets you set or change the [filter query](/hledger.html#queries),
|
||||||
which limits the data shown on most screens (in addition to the quick
|
which limits the data shown on most screens (in addition to the quick
|
||||||
filters described below). While editing the query you can use typical
|
filters described below). While editing the query you can use typical
|
||||||
command-line edit keys (ctrl-a/e/k), press enter to set the new filter,
|
command-line edit keys (ctrl-a/e/k), press enter to set the new filter,
|
||||||
|
|||||||
@ -149,8 +149,9 @@ KKEEYYSS
|
|||||||
returns to the previous screen, up/down/page up/page down/home/end move
|
returns to the previous screen, up/down/page up/page down/home/end move
|
||||||
up and down through lists.
|
up and down through lists.
|
||||||
|
|
||||||
g gets the latest data and refreshes the screen (and any previous
|
g gets the latest data and refreshes the current screen and any previ-
|
||||||
screens). With large journal files, there can be a noticeable pause.
|
ous screens. (With large journal files, there can be a noticeable
|
||||||
|
pause.)
|
||||||
|
|
||||||
/ lets you set or change the filter query, which limits the data shown
|
/ lets you set or change the filter query, which limits the data shown
|
||||||
on most screens (in addition to the quick filters described below).
|
on most screens (in addition to the quick filters described below).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user