Added pandoc comment command to vimrc

This commit is contained in:
Nathan Schneider
2025-08-13 16:34:18 -06:00
parent 00f73886da
commit 012e5cc22b
+1
View File
@@ -34,6 +34,7 @@ set shell=bash\ -l
" Shortcuts " Shortcuts
command! Proximate :e ~/Cloud/Notes/Proximate.md command! Proximate :e ~/Cloud/Notes/Proximate.md
command! W :w|b#|bd# command! W :w|b#|bd#
command! -range Comment <line1>,<line2>s/\%V.*\%V./<!---\r&\r--->/
" Create panda command for pandout " Create panda command for pandout
command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % <args>' command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % <args>'