ui: doc: document E key

This commit is contained in:
Simon Michael 2016-06-20 11:15:09 -07:00
parent 7a4c45aa4a
commit 529d55dd54
4 changed files with 33 additions and 10 deletions

View File

@ -248,6 +248,13 @@ and any previous screens.
updated file.
This allows some basic data entry.
.PP
\f[C]E\f[] runs $HLEDGER_UI_EDITOR, or $EDITOR, or a default (emacs) on
the journal file.
When invoked from the register and transaction screens, the cursor will
be positioned at the current transaction.
When invoked from the error screen, the cursor will be at the error
location (if possible).
.PP
\f[C]q\f[] quits the application.
.PP
Additional screen\-specific keys are described below.

View File

@ -179,6 +179,12 @@ pause.)
`a' runs command-line hledger's add command, and reloads the updated
file. This allows some basic data entry.
`E' runs $HLEDGER_UI_EDITOR, or $EDITOR, or a default (emacs) on the
journal file. When invoked from the register and transaction screens,
the cursor will be positioned at the current transaction. When invoked
from the error screen, the cursor will be at the error location (if
possible).
`q' quits the application.
Additional screen-specific keys are described below.
@ -328,15 +334,15 @@ Node: OPTIONS825
Ref: #options924
Node: KEYS3800
Ref: #keys3897
Node: SCREENS5098
Ref: #screens5185
Node: Accounts screen5275
Ref: #accounts-screen5405
Node: Register screen6710
Ref: #register-screen6867
Node: Transaction screen8688
Ref: #transaction-screen8848
Node: Error screen9715
Ref: #error-screen9839
Node: SCREENS5391
Ref: #screens5478
Node: Accounts screen5568
Ref: #accounts-screen5698
Node: Register screen7003
Ref: #register-screen7160
Node: Transaction screen8981
Ref: #transaction-screen9141
Node: Error screen10008
Ref: #error-screen10132

End Tag Table

View File

@ -101,6 +101,10 @@ previous screens. (With large files, there can be a noticeable pause.)
`a` runs command-line hledger's add command, and reloads the updated file.
This allows some basic data entry.
`E` runs $HLEDGER_UI_EDITOR, or $EDITOR, or a default (emacs) on the journal file.
When invoked from the register and transaction screens, the cursor will be positioned at the current transaction.
When invoked from the error screen, the cursor will be at the error location (if possible).
`q` quits the application.
Additional screen-specific keys are described below.

View File

@ -167,6 +167,12 @@ KEYS
a runs command-line hledger's add command, and reloads the updated
file. This allows some basic data entry.
E runs $HLEDGER_UI_EDITOR, or $EDITOR, or a default (emacs) on the
journal file. When invoked from the register and transaction screens,
the cursor will be positioned at the current transaction. When invoked
from the error screen, the cursor will be at the error location (if
possible).
q quits the application.
Additional screen-specific keys are described below.