aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Grigg2015-04-15 16:16:36 -0700
committerNathan Grigg2015-04-15 16:16:36 -0700
commit81c47b3c2a72e494c47d6ec2b2c7b5cae348eeda (patch)
tree9965f78f359e071534d921a2a5b9513926528151
parentbf312bc7c1aec0344da46fa660d0e6e7ba68dcf5 (diff)
downloadvim-beancount-81c47b3c2a72e494c47d6ec2b2c7b5cae348eeda.tar.gz
Add feature highlights to readme
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5cf228..4c323f9 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,16 @@ functions.
I suggest [Vundle](https://github.com/gmarik/Vundle.vim) or
[Pathogen](https://github.com/tpope/vim-pathogen), but you can also just
copy all of the files into the appropriate places inside your '.vim' directory.
+
+## Feature Highlights
+
+* Syntax highlighting and indenting.
+
+* Completion: Type `Ex:Oth` followed by `^X^O` to get `Expenses:Donations:Other`
+ (provided that you have opened an account with that name).
+
+* Use `:make` to run `bean-check` and load errors in the quickfix window.
+
+* The `AlignCommodity` command lines up all your decimal points.
+
+For full details, see [doc/beancount.txt](doc/beancount.txt).