Prefix creation date when opening a new line
This commit is contained in:
12
doc/todo.txt
12
doc/todo.txt
@@ -188,6 +188,12 @@ following lines to your vimrc:
|
||||
au filetype todo setlocal completeopt-=preview
|
||||
<
|
||||
|
||||
If you would like the preview window to open even if there is only one match for
|
||||
a completion, then add the following lines to your vimrc:
|
||||
>
|
||||
au filetype todo setlocal completeopt+=menuone
|
||||
<
|
||||
|
||||
===============================================================================
|
||||
5. Hierarchical sort *TodoTxt-HierarchicalSort* ~
|
||||
|
||||
@@ -278,6 +284,12 @@ Possible values are :
|
||||
|
||||
`DUE:` : (Insert mode) Insert `DUE:` followed by the current date
|
||||
|
||||
If you would like the creation date (today) prefixed on new lines, add the
|
||||
following to your vimrc:
|
||||
>
|
||||
let g:Todo_txt_prefix_creation_date=1
|
||||
<
|
||||
|
||||
6.4 Done *TodoTxt-Done*
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user