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

Speed



Hi,

I just go through my /etc/zshenv, see all this setopts and wonder how
much difference is these in terms of speed:
    setopt opt_a opt_b opt_c opt_d opt_e opt_f opt_g opt_h opt_i opt_j
or
    setopt opt_a
    setopt opt_b
    setopt opt_c
    setopt opt_d
    setopt opt_e
    setopt opt_f
    [and so on]

Another thing: Are the keycodes ("^[!" and stuff) documented
somewhere?

tia,
Thorsten
-- 
Das Briefgeheimnis sowie das Post- und Fernmeldegeheimnis sind unverletzlich.
	- Grundgesetz, Artikel 10, Abs. 1 



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