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