Added mapping to mark done

This commit is contained in:
Jonas Diemer
2013-08-11 15:44:31 +02:00
parent 07503edd63
commit d5958e691d

View File

@@ -35,6 +35,11 @@ if !hasmapto("<leader>d",'v')
vnoremap <script> <silent> <buffer> <leader>d c<C-R>=strftime("%Y-%m-%d")<CR><Esc>
endif
" Mark done {{{2
if !hasmapto("<leader>D",'n')
nnoremap <script> <silent> <buffer> <leader>D ix <ESC>"=strftime("%Y-%m-%d")<CR>P
endif
" Folding {{{1
" Options {{{2
setlocal foldmethod=expr