Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zle insert problems



> I think doing this directly via BUFFER gets quickly unreadable.

What about that?!

replace-pacman-command() {
if [[ $LBUFFER = "pacman"* ]]; then
    LBUFFER="$@ ${${(z)LBUFFER}[2,-1]}"
fi
}

${${(z)LBUFFER}[2,-1]} takes everything but the first shell word of $LBUFFER.

Greets,
Manuel.

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



Messages sorted by: Reverse Date, Date, Thread, Author