diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-06 15:24:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-06 15:24:25 +0100 |
commit | be3e08f801ecb5cbe71d5d95191c4c419506c807 (patch) | |
tree | df5d6904412bc4b52f6609d8494f437292e18220 | |
parent | a156ec59656894496a6d033d3b6a4d71107980cf (diff) |
Adds mapping to call pandoc command on markdown file to produce MOD weekly planning page
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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...) |