ui: doc: document E key
This commit is contained in:
parent
7a4c45aa4a
commit
529d55dd54
@ -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.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user