diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/beancount.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/beancount.txt b/doc/beancount.txt index 03f4c17..2a2f37c 100644 --- a/doc/beancount.txt +++ b/doc/beancount.txt @@ -50,6 +50,16 @@ COMMANDS *beancount-commands* vnoremap <buffer> <leader>= :AlignCommodity<CR> < + *beancount-:GetContext* +:GetContext Uses bean-doctor context to display the context of the + current line. + + You can use the following normal mode remap to open the + context of the line you're currently on: > + + nnoremap <buffer> <LocalLeader>c :GetContext<CR> +< + COMPLETION *beancount-completion* |