Skip to content

Instantly share code, notes, and snippets.

@narbs
Created August 28, 2010 01:04

Revisions

  1. narbs created this gist Aug 28, 2010.
    5 changes: 5 additions & 0 deletions taskpaper .vimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    :fu! Taskpaper()
    :return setline(line("."), getline(line(".")) . "@done(" . strftime("%Y-%m-%d") . ")")
    :endf
    :map <F11> <ESC>:call Taskpaper()<CR><ESC>
    :imap <F11> <ESC>:call Taskpaper()<CR><ESC>