aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ae93021..c4f5b68 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,6 +64,9 @@ endfunction
nnoremap <leader>q :call TaskWarriorAddCurrentLine()<CR>
+" pandoc command to generate weekly plan page in Firefox
+nnoremap <leader>w :!pandoc weekly_planning.md --css /home/lemon/.local/share/pandoc/templates/mystyles.css -s -o /tmp/toss.html; firefox /tmp/toss.html &<cr>
+
" macro to go to end of sentence and add a line break (for
" one-line-per-sentence vimming...)