Added write command to Panda in vim
This commit is contained in:
@@ -36,7 +36,7 @@ command! Proximate :e ~/Cloud/Notes/Proximate.md
|
||||
command! WC :w !wc
|
||||
|
||||
" Create panda command for pandout
|
||||
command! -nargs=1 Panda :!~/.scripts/panda.sh % <args>
|
||||
command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % <args>'
|
||||
|
||||
" Plugins
|
||||
call plug#begin()
|
||||
|
||||
Reference in New Issue
Block a user