diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -159,6 +159,15 @@ augroup END | |||
| 159 | let g:instant_markdown_autostart = 0 | 159 | let g:instant_markdown_autostart = 0 |
| 160 | nnoremap <leader>md :InstantMarkdownPreview<CR> | 160 | nnoremap <leader>md :InstantMarkdownPreview<CR> |
| 161 | 161 | ||
| 162 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||
| 163 | " => Settings for Blog | ||
| 164 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||
| 165 | |||
| 166 | " Generate static pages | ||
| 167 | augroup vimwikiPush | ||
| 168 | autocmd! | ||
| 169 | autocmd VimLeave ~/git/makesite/*/*.md :!(cd ~/git/makesite && make &) | ||
| 170 | augroup END | ||
| 162 | 171 | ||
| 163 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 172 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 164 | " => Redirect the output of a Vim or external command into a scratch buffer | 173 | " => Redirect the output of a Vim or external command into a scratch buffer |