mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
ui: doc: link to edit keys supported in minibuffer
This commit is contained in:
parent
dbeb4e3020
commit
aff8b98ce5
@ -233,8 +233,8 @@ also supported.
|
||||
data shown on most screens (in addition to the quick 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, or press escape to
|
||||
cancel.
|
||||
(CTRL\-a/e/d/k, cursor keys etc.), and \f[C]ENTER\f[]to set the new
|
||||
filter or \f[C]ESCAPE\f[]to cancel.
|
||||
.PP
|
||||
\f[C]BACKSPACE\f[] or \f[C]DELETE\f[] clears any filters in effect.
|
||||
.PP
|
||||
|
@ -164,8 +164,8 @@ down'/`home'/`end' move up and down through lists. Vi-style
|
||||
`/' lets you set or change the filter query, which limits the data
|
||||
shown on most screens (in addition to the quick 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, or press escape to
|
||||
cancel.
|
||||
keys (CTRL-a/e/d/k, cursor keys etc.), and `ENTER'to set the new filter
|
||||
or `ESCAPE'to cancel.
|
||||
|
||||
`BACKSPACE' or `DELETE' clears any filters in effect.
|
||||
|
||||
@ -335,15 +335,15 @@ Node: OPTIONS825
|
||||
Ref: #options924
|
||||
Node: KEYS3800
|
||||
Ref: #keys3897
|
||||
Node: SCREENS5461
|
||||
Ref: #screens5548
|
||||
Node: Accounts screen5638
|
||||
Ref: #accounts-screen5768
|
||||
Node: Register screen7073
|
||||
Ref: #register-screen7230
|
||||
Node: Transaction screen9051
|
||||
Ref: #transaction-screen9211
|
||||
Node: Error screen10078
|
||||
Ref: #error-screen10202
|
||||
Node: SCREENS5474
|
||||
Ref: #screens5561
|
||||
Node: Accounts screen5651
|
||||
Ref: #accounts-screen5781
|
||||
Node: Register screen7086
|
||||
Ref: #register-screen7243
|
||||
Node: Transaction screen9064
|
||||
Ref: #transaction-screen9224
|
||||
Node: Error screen10091
|
||||
Ref: #error-screen10215
|
||||
|
||||
End Tag Table
|
||||
|
@ -88,8 +88,9 @@ Vi-style `h`/`j`/`k`/`l` movement keys are also supported.
|
||||
`/` lets you set or change the [filter query](/hledger.html#queries),
|
||||
which limits the data shown on most screens (in addition to the quick
|
||||
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,
|
||||
or press escape to cancel.
|
||||
command-line edit keys
|
||||
([CTRL-a/e/d/k, cursor keys etc.](http://hackage.haskell.org/package/brick-0.7/docs/Brick-Widgets-Edit.html#t:Editor)),
|
||||
and `ENTER`to set the new filter or `ESCAPE`to cancel.
|
||||
|
||||
`BACKSPACE` or `DELETE` clears any filters in effect.
|
||||
|
||||
|
@ -152,8 +152,8 @@ KEYS
|
||||
/ lets you set or change the filter query, which limits the data shown
|
||||
on most screens (in addition to the quick 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, or press escape to
|
||||
cancel.
|
||||
(CTRL-a/e/d/k, cursor keys etc.), and ENTERto set the new filter or
|
||||
ESCAPEto cancel.
|
||||
|
||||
BACKSPACE or DELETE clears any filters in effect.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user