aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 46aeddf..9d3feb8 100644
--- a/vimrc
+++ b/vimrc
@@ -182,6 +182,15 @@ augroup blogRebuild
182augroup END 182augroup END
183 183
184""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 184"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
185" => Settings for Slides
186"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
187
188" Generate static pages
189augroup slideRebuild
190 autocmd BufWritePost ~/public/*/*.slide :!cd %:p:h && reveal %:t >/dev/null
191augroup END
192
193"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
185" => Redirect the output of a Vim or external command into a scratch buffer 194" => Redirect the output of a Vim or external command into a scratch buffer
186""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 195"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
187" Copy from : https://gist.github.com/romainl/eae0a260ab9c135390c30cd370c20cd7 196" Copy from : https://gist.github.com/romainl/eae0a260ab9c135390c30cd370c20cd7