From 7bca6726ea52a46387a46562f5773be9a85c6eef Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Fri, 12 Jun 2015 15:24:23 +0200 Subject: [PATCH] Recommand buffer mapping for completion --- README.markdown | 4 ++-- doc/todo.txt | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 72e27ae..e8e465c 100644 --- a/README.markdown +++ b/README.markdown @@ -79,10 +79,10 @@ You can also start automatically the completion when entering '+' or '@' by adding the next lines to your vimrc: " Auto complete projects - au filetype todo imap + + + au filetype todo imap + + " Auto complete contexts - au filetype todo imap @ @ + au filetype todo imap @ @ The TodoComplete function is designed to complete projects (starting by '+') and context (starting by '@'). If you use it on a regular word, it will do a diff --git a/doc/todo.txt b/doc/todo.txt index 949fbc3..8fb150a 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -67,9 +67,10 @@ You can also start automatically the completion when entering '+' or '@' by adding the next lines to your vimrc: " Auto complete projects -au filetype todo imap + + +au filetype todo imap + + + " Auto complete contexts -au filetype todo imap @ @ +au filetype todo imap @ @ =============================================================================== COMPLETION *todo-complete*