bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash won't let me bind \C-w


From: Dieter Holkenpolk
Subject: bash won't let me bind \C-w
Date: Thu, 20 Aug 2009 02:34:26 +0200

bash-4.0$ a () { bind '"\C-w": unix-filename-rubout'; }
bash-4.0$ b () { bind -p | grep 'unix.*rubout'; }
bash-4.0$ a; b
"\C-w": unix-filename-rubout
# unix-word-rubout (not bound)
bash-4.0$ b
# unix-filename-rubout (not bound)
"\C-w": unix-word-rubout
bash-4.0$

Same in bash-3.2.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]