diff options
-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...) |