[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Add example of bind readline-command-line
From: |
Dan Jacobson |
Subject: |
Add example of bind readline-command-line |
Date: |
Tue, 12 Dec 2023 22:06:49 +0800 |
bash man page says
-v Display readline variable names and values in such a way
that they can be re-read.
Perhaps add an example of rereading via the bind command:
$ bind 'set bell-style visible'
else the user might try:
$ echo set bell-style visible|bind
Yes, we see
bind readline-command-line
well maybe say
bind 'readline-command-line'
- Add example of bind readline-command-line,
Dan Jacobson <=