aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-12-04 13:56:20 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-12-04 13:56:20 +0800
commit4d03751c5c13004c6c6fa5e829239c49f7350eb3 (patch)
tree6b3f14e376e7be2a23ea3ff071e912a505147eb0
parent7bb83ce3cd741f6cbd733aa19e6c8c8a5795256d (diff)
update
-rw-r--r--vimrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 3a34219..087cbb9 100644
--- a/vimrc
+++ b/vimrc
@@ -159,6 +159,15 @@ augroup END
159let g:instant_markdown_autostart = 0 159let g:instant_markdown_autostart = 0
160nnoremap <leader>md :InstantMarkdownPreview<CR> 160nnoremap <leader>md :InstantMarkdownPreview<CR>
161 161
162"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
163" => Settings for Blog
164"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
165
166" Generate static pages
167augroup vimwikiPush
168 autocmd!
169 autocmd VimLeave ~/git/makesite/*/*.md :!(cd ~/git/makesite && make &)
170augroup 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