Created
June 21, 2012 19:11
-
-
Save psykidellic/2967883 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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