Le 29/11/11 04:03, L Duperval a écrit :
Hi,
I'd like to use the<Enter> key to complete completions when that option
is set. The default value is<Tab> but I find myself consistently going
back to using the<Enter> key. I tried modifying it, but I got an error
saying that<Enter> was already being used. So I tried removing the
binding, adding accept-completion to it but what I end up doing is
disabling the<Tab> but the<Enter> key still does the break-paragraph
binding.
Hello,
Try to bind Enter to something like
command-alternatives accept-completion ; break-paragraph
JMarc