From 012e5cc22b66b805fc23cc9c0c7aba4c1c5ce514 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 13 Aug 2025 16:34:18 -0600 Subject: [PATCH] Added pandoc comment command to vimrc --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 0a122dc..99f95f7 100644 --- a/.vimrc +++ b/.vimrc @@ -34,6 +34,7 @@ set shell=bash\ -l " Shortcuts command! Proximate :e ~/Cloud/Notes/Proximate.md command! W :w|b#|bd# +command! -range Comment ,s/\%V.*\%V.// " Create panda command for pandout command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % '