Added pandoc comment command to vimrc
This commit is contained in:
@@ -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>'
|
||||||
|
|||||||
Reference in New Issue
Block a user