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. updated file.
This allows some basic data entry. This allows some basic data entry.
.PP .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. \f[C]q\f[] quits the application.
.PP .PP
Additional screen\-specific keys are described below. 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 `a' runs command-line hledger's add command, and reloads the updated
file. This allows some basic data entry. 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. `q' quits the application.
Additional screen-specific keys are described below. Additional screen-specific keys are described below.
@ -328,15 +334,15 @@ Node: OPTIONS825
Ref: #options924 Ref: #options924
Node: KEYS3800 Node: KEYS3800
Ref: #keys3897 Ref: #keys3897
Node: SCREENS5098 Node: SCREENS5391
Ref: #screens5185 Ref: #screens5478
Node: Accounts screen5275 Node: Accounts screen5568
Ref: #accounts-screen5405 Ref: #accounts-screen5698
Node: Register screen6710 Node: Register screen7003
Ref: #register-screen6867 Ref: #register-screen7160
Node: Transaction screen8688 Node: Transaction screen8981
Ref: #transaction-screen8848 Ref: #transaction-screen9141
Node: Error screen9715 Node: Error screen10008
Ref: #error-screen9839 Ref: #error-screen10132
 
End Tag Table 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. `a` runs command-line hledger's add command, and reloads the updated file.
This allows some basic data entry. 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. `q` quits the application.
Additional screen-specific keys are described below. 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 a runs command-line hledger's add command, and reloads the updated
file. This allows some basic data entry. 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. q quits the application.
Additional screen-specific keys are described below. Additional screen-specific keys are described below.