"""----------------------------------------------------------------------""" """ """ vim configuration pieces that help using zblog. """ """----------------------------------------------------------------------""" """ When changing zblog postings in your editor, you may want to adjust """ the 'Last-Modified:' header to reflect the change of your posting in """ your atom feed. This binding to F9 does this for you. nnoremap :let x_lastmod = system("zblog genlastmod"):execute '/^Last-Modified:/s/\(Last-Modified:\) .*$/\1 ' . x_lastmod . '/' """----------------------------------------------------------------------""" """ This binding to F10 inserts a template (see contrib/zblogtemplate) """ at the and of a file (presumably an email to your blogging address) """ I got this file in '~/etc/zblog/'; if you got it somewhere else, """ change the pathname below accordingly. nnoremap :%:read ~/etc/zblog/zblogtemplate:$-1i """------------------------------------------------------------------EOF-"""