Recommand buffer mapping for completion
This commit is contained in:
@@ -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 + +<C-X><C-O>
|
||||
au filetype todo imap <buffer> + +<C-X><C-O>
|
||||
|
||||
" Auto complete contexts
|
||||
au filetype todo imap @ @<C-X><C-O>
|
||||
au filetype todo imap <buffer> @ @<C-X><C-O>
|
||||
|
||||
===============================================================================
|
||||
COMPLETION *todo-complete*
|
||||
|
||||
Reference in New Issue
Block a user