diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index ed3d53e..2083426 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -26,74 +26,81 @@ setlocal nrformats+=alpha " Mappings {{{1 -nnoremap TodotxtIncrementDueDateNormal :call ChangeDueDateWrapper(1, "\TodotxtIncrementDueDateNormal") -vnoremap TodotxtIncrementDueDateVisual :call ChangeDueDateWrapper(1, "\TodotxtIncrementDueDateVisual") -nnoremap TodotxtDecrementDueDateNormal :call ChangeDueDateWrapper(-1, "\TodotxtDecrementDueDateNormal") -vnoremap TodotxtDecrementDueDateVisual :call ChangeDueDateWrapper(-1, "\TodotxtDecrementDueDateVisual") +" mappings that users can map alternate keys to {{{2 +" if they choose not to map default keys (or otherwise) +nnoremap