Fix #21
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user