ui: doc: link to edit keys supported in minibuffer

This commit is contained in:
Simon Michael 2016-06-24 19:22:28 -07:00
parent dbeb4e3020
commit aff8b98ce5
4 changed files with 19 additions and 18 deletions

View File

@ -233,8 +233,8 @@ also supported.
data shown on most screens (in addition to the quick filters described data shown on most screens (in addition to the quick filters described
below). below).
While editing the query you can use typical command\-line edit keys 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 (CTRL\-a/e/d/k, cursor keys etc.), and \f[C]ENTER\f[]to set the new
cancel. filter or \f[C]ESCAPE\f[]to cancel.
.PP .PP
\f[C]BACKSPACE\f[] or \f[C]DELETE\f[] clears any filters in effect. \f[C]BACKSPACE\f[] or \f[C]DELETE\f[] clears any filters in effect.
.PP .PP

View File

@ -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 `/' 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
below). While editing the query you can use typical command-line edit 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 keys (CTRL-a/e/d/k, cursor keys etc.), and `ENTER'to set the new filter
cancel. or `ESCAPE'to cancel.
`BACKSPACE' or `DELETE' clears any filters in effect. `BACKSPACE' or `DELETE' clears any filters in effect.
@ -335,15 +335,15 @@ Node: OPTIONS825
Ref: #options924 Ref: #options924
Node: KEYS3800 Node: KEYS3800
Ref: #keys3897 Ref: #keys3897
Node: SCREENS5461 Node: SCREENS5474
Ref: #screens5548 Ref: #screens5561
Node: Accounts screen5638 Node: Accounts screen5651
Ref: #accounts-screen5768 Ref: #accounts-screen5781
Node: Register screen7073 Node: Register screen7086
Ref: #register-screen7230 Ref: #register-screen7243
Node: Transaction screen9051 Node: Transaction screen9064
Ref: #transaction-screen9211 Ref: #transaction-screen9224
Node: Error screen10078 Node: Error screen10091
Ref: #error-screen10202 Ref: #error-screen10215
 
End Tag Table End Tag Table

View File

@ -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), `/` 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
or press escape to cancel. ([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. `BACKSPACE` or `DELETE` clears any filters in effect.

View File

@ -152,8 +152,8 @@ KEYS
/ 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).
While editing the query you can use typical command-line edit keys 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 (CTRL-a/e/d/k, cursor keys etc.), and ENTERto set the new filter or
cancel. ESCAPEto cancel.
BACKSPACE or DELETE clears any filters in effect. BACKSPACE or DELETE clears any filters in effect.