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

Completion undefine some control characters.



Z(4):akr@serein% Src/zsh -f  
serein% bindkey -e; autoload -U compinit; compinit -D 
serein% stty
speed 9600 baud; line = 0;
erase = ^H;
-brkint -imaxbel
serein% ls <TAB><C-u>
serein% stty
speed 9600 baud; line = 0;
quit = <undef>; erase = ^H; susp = <undef>; lnext = <undef>; flush = <undef>;
-brkint inlcr -imaxbel
serein% 

Completion undefine some control characters.
-- 
Tanaka Akira



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