Fixed WC command in Vim
This commit is contained in:
@@ -28,7 +28,7 @@ set shell=bash\ -l
|
|||||||
|
|
||||||
" Shortcuts
|
" Shortcuts
|
||||||
command! Proximate :e ~/Cloud/Notes/Proximate.md
|
command! Proximate :e ~/Cloud/Notes/Proximate.md
|
||||||
command! wc :w !wc
|
command! WC :w !wc
|
||||||
|
|
||||||
" Create panda command for pandout
|
" Create panda command for pandout
|
||||||
command! -nargs=1 Panda :!~/.scripts/panda.sh % <args>
|
command! -nargs=1 Panda :!~/.scripts/panda.sh % <args>
|
||||||
|
|||||||
Reference in New Issue
Block a user