Skip to content

Instantly share code, notes, and snippets.

@psykidellic
Created June 21, 2012 19:11
Show Gist options
  • Save psykidellic/2967883 to your computer and use it in GitHub Desktop.
Save psykidellic/2967883 to your computer and use it in GitHub Desktop.
let g:jekyll_post_template = [
\ '---',
\ 'layout: post',
\ 'published: false',
\ 'title: "JEKYLL_TITLE"',
\ 'date: "JEKYLL_DATE"',
\ '---',
\ '']
<I HAD EXTRA LINE UP HERE IN THE END>
.... and ....
map <LEADER>JJ :helptags ~/.vim/doc<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment