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

Re: How to make underlining of a command line disappear after an ordinary key press? (2)



All right, this seems to work: 

"""keys=( {0..9} 'a' 'c' 'd' 'e' 'f' '...' )

for key in $keys; do
  bindkey $key ordinary-key-press
done
"""

It does not work for the space bar (" ") though, probably due to zsh' parsing rules. 

Does someone have an idea on how effectively rebind the space bar?? 

Guido 

--- On Sun, 11/10/09, Guido van Steen <gvsteen@xxxxxxxxx> wrote:

> From: Guido van Steen <gvsteen@xxxxxxxxx>
> Subject: How to make underlining of a command line disappear after an ordinary key press? (2)
> To: zsh-users@xxxxxxxxxx
> Date: Sunday, 11 October, 2009, 4:22 AM



      Get your new Email address!
Grab the Email name you&#39;ve always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/



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