mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-13 12:23:46 -05:00
Merge pull request #40 from siddharthist/master
Clarified which files are considered todo.txt
This commit is contained in:
@@ -34,5 +34,7 @@ Mark as done:
|
|||||||
`<localleader>X` Mark all tasks as done
|
`<localleader>X` Mark all tasks as done
|
||||||
`<localleader>D` Move completed tasks to done.txt
|
`<localleader>D` Move completed tasks to done.txt
|
||||||
|
|
||||||
|
This plugin detects any text file with the name todo.txt or done.txt with an optional prefix that ends in a period (e.g. second.todo.txt, example.done.txt).
|
||||||
|
|
||||||
If you want the help installed, run ":helptags ~/.vim/doc" inside vim after having copied the files.
|
If you want the help installed, run ":helptags ~/.vim/doc" inside vim after having copied the files.
|
||||||
Then you will be able to get the commands help with: :h todo.txt
|
Then you will be able to get the commands help with: `:h todo.txt`.
|
||||||
|
|||||||
Reference in New Issue
Block a user