Skip to content

Instantly share code, notes, and snippets.

@narbs
Created August 28, 2010 01:04
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save narbs/554493 to your computer and use it in GitHub Desktop.
: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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment