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

Re: PATCH: highlight pasted text



On Jul 25, 12:22am, Oliver Kiddle wrote:
} Subject: Re: PATCH: highlight pasted text
}
} Bart wrote:
} > }
} > }    zle yank
} > }    zle -R
} > }    zle read-command && zle $REPLY
} 
} That might want a split-undo in the middle there.

Before or after read-command?

Upon further thought, it might actually be preferable to do

    zle -U "$KEYS"

instead of "zle $REPLY".



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