From 4a2d949f2d968c44512bdabf809d76c6ea81da90 Mon Sep 17 00:00:00 2001 From: Emile Cantin Date: Fri, 7 Jun 2013 18:40:25 -0300 Subject: [PATCH] Added a bit of documentation to README.markdown --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.markdown b/README.markdown index 3c1bb88..519732f 100644 --- a/README.markdown +++ b/README.markdown @@ -3,3 +3,14 @@ git clone git://github.com/freitass/todo.txt-vim.git cd todo.txt-vim cp -R * ~/.vim + + +This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few +mappings, to help with edition of these files: + +`-s` : Sort the file + +`-d` : Insert the current date + +`date` : (Insert mode) Insert the current date +