diff options
author | Nathan Grigg | 2016-06-14 18:52:45 -0700 |
---|---|---|
committer | GitHub | 2016-06-14 18:52:45 -0700 |
commit | 7a955504671e72c8086fb8b592f7de6ba6083f9f (patch) | |
tree | 75f64733509c544ea12f0cec93503e647531f656 /doc | |
parent | 8d13b147c6feb68af10112c3d2c6dccd1a4aead4 (diff) | |
parent | d3aef2a9bee0962cff93f5a68588d558559f46a6 (diff) | |
download | vim-beancount-7a955504671e72c8086fb8b592f7de6ba6083f9f.tar.gz |
Merge pull request #19 from xentac/bean-doctor-context
Add a function to display the current line's beancount context in a scratch window
Diffstat (limited to '')
-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* |