summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Branham <alex.branham@gmail.com>2019-08-29 11:32:46 -0500
committerAlex Branham <alex.branham@gmail.com>2019-09-01 09:39:04 -0500
commit5067e40805c40e83424d206584838ffa8c8117c7 (patch)
treea9f885b1314468696888dbcfaf839b6926a548d3
parent896515d2237751d7070e7ac7fad7327c2809516b (diff)
Add documentation on navigation commands
-rw-r--r--doc/ledger-mode.texi23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index b531507..1a5674d 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -249,6 +249,7 @@ current regex. Cancel the narrowing by typing @kbd{C-c C-f} again.
@chapter The Ledger Buffer
@menu
+* Navigating Transactions::
* Adding Transactions::
* Copying Transactions::
* Editing Amounts::
@@ -259,8 +260,28 @@ current regex. Cancel the narrowing by typing @kbd{C-c C-f} again.
* Narrowing Transactions::
@end menu
+@node Navigating Transactions, Adding Transactions, The Ledger Buffer, The Ledger Buffer
+@section Navigating Transactions
+@cindex transaction, navigation
-@node Adding Transactions, Copying Transactions, The Ledger Buffer, The Ledger Buffer
+@findex ledger-navigate-next-xact-or-directive
+@findex ledger-navigate-prev-xact-or-directive
+@kindex M-p
+@kindex M-n
+
+In addition to the usual Emacs navigation commands, ledger-mode offers several
+additional commands to ease navigation. @kbd{M-n} and @kbd{M-p} navigate between
+next and previous xacts or directives.
+
+@findex ledger-navigate-next-uncleared
+@findex ledger-navigate-previous-uncleared
+
+Additionally, M-x ledger-navigate-previous-uncleared and M-x
+ledger-navigate-next-uncleared navigate to the next and precious uncleared
+transactions.
+
+
+@node Adding Transactions, Copying Transactions, Navigating Transactions, The Ledger Buffer
@section Adding Transactions
@findex ledger-post-amount-alignment-column
@kindex TAB