So what's going on here
:.! works on standard unix pipes
-> Your input is piped into the command as stdin. ->
echo "vimconf" | figlet
-> Then replaced with what comes from stdout. ->
:.! works on standard unix pipes
-> Your input is piped into the command as stdin. ->
echo "vimconf" | figlet
-> Then replaced with what comes from stdout. ->