diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-04 13:56:20 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-04 13:56:20 +0800 |
commit | 4d03751c5c13004c6c6fa5e829239c49f7350eb3 (patch) | |
tree | 6b3f14e376e7be2a23ea3ff071e912a505147eb0 /vimrc | |
parent | 7bb83ce3cd741f6cbd733aa19e6c8c8a5795256d (diff) |
update
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 |