diff options
author | Craig Earls <enderw88@gmail.com> | 2013-04-08 10:35:55 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-04-08 10:35:55 -0700 |
commit | 33c046d06876915864de397ed1c3d8d671ffd1db (patch) | |
tree | e3ca8c020b0d40c050af88bda072ece0928e0767 /doc | |
parent | 98f8df5583f16792243aeadee9ed19bd8b3f7897 (diff) | |
download | fork-ledger-33c046d06876915864de397ed1c3d8d671ffd1db.tar.gz fork-ledger-33c046d06876915864de397ed1c3d8d671ffd1db.tar.bz2 fork-ledger-33c046d06876915864de397ed1c3d8d671ffd1db.zip |
Added quick balance check to ledger-mode
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger-mode.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi index 34c38dae..d7144112 100644 --- a/doc/ledger-mode.texi +++ b/doc/ledger-mode.texi @@ -233,6 +233,14 @@ automatically place any amounts such that their last digit is aligned to the column specified by @code{ledger-post-amount-alignment-column}, which defaults to 52. @xref{Ledger Post Customization Group}. +@node Quick Balance Display +@subsection Quick Balance Display +You will often want to quickly check the balance of an account. The +easiest way it to position point on the account you are interested in, +and type @code{C-C C-P}. The minibuffer will ask you to verify the name +of the account you want, if it is already correct hit return, then the +balance of the account will be displayed in the minibuffer. + @node Editing Amounts, Marking Transactions, Adding Transactions, The Ledger Buffer @section Editing Amounts GNU Calc is a very powerful Reverse Polish Notation calculator built |