Better handling of priority on done tasks
Also added <localleader>ff to fix format. this will remove leading
whitespaces and convert old (wrong) done tasks to the correct format
This commit is contained in:
David Beniamine
2017-09-20 13:15:55 +02:00
parent c6e472c048
commit ebdde99ac4
5 changed files with 23 additions and 3 deletions

View File

@@ -71,6 +71,8 @@ if !exists("g:Todo_txt_do_not_map")
" Sort by due: date {{{2
nnoremap <script> <silent> <buffer> <localleader>sd :call todo#SortDue()<CR>
" try fix format {{{2
nnoremap <script> <silent> <buffer> <localleader>ff :call todo#FixFormat()<CR>
endif
" Folding {{{1