From 0807b7aed40a1c9758f6944e0ee8c8f448ff6c58 Mon Sep 17 00:00:00 2001 From: Jersey Date: Fri, 26 Jun 2020 14:20:02 -0500 Subject: Updated README and doc --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7dd5a31..b76f3b9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # vim-bujo -This plugin allows people to easily access and manage a minimalist todo list from vim. +This plugin allows people to easily access and manage todo lists for their projects from vim. +This plugin allows people to easily access and manage todo lists for their projects. + +You can access Todo lists of specific projects just by being inside of that git repo. In addition, you can access a general todo list from any folder. + ## Installation If you use a plugin manager, such as [vim-plug], follow its instructions on how to install plugins from github. @@ -17,9 +21,13 @@ Plug 'vuciv/vim-bujo' ## Use / Mappings -* Run: +* Open general Todo: + ``` + :Todo g + ``` +* Open Todo of git repo: ``` - :Todo + :Todo // from git repo ``` * Insert a new task: ``` -- cgit v1.2.3