skip-completed-text "on" should be the default

2021-01-07 Thread 積丹尼 Dan Jacobson
My experiments, https://github.com/scop/bash-completion/issues/489 "prove" that set skip-completed-text on should be the default, not off.

Re: bind documentation needs example for variables too, not just keys

2021-01-07 Thread Chet Ramey
On 1/7/21 1:58 AM, 積丹尼 Dan Jacobson wrote: Man bash says Readline Variables Readline has variables that can be used to further customize its behav‐ ior. A variable may be set in the inputrc file with a statement of the form set variable-name value

Re: Allow using a different completion pager

2021-01-07 Thread Chet Ramey
On 1/6/21 11:44 PM, 積丹尼 Dan Jacobson wrote: $ man bash page-completions (On) If set to On, readline uses an internal more-like pager to dis‐ play a screenful of possible completions at a time. OK, and it looks like: final.target first-boot-complete.target

bind documentation needs example for variables too, not just keys

2021-01-07 Thread 積丹尼 Dan Jacobson
Man bash says Readline Variables Readline has variables that can be used to further customize its behav‐ ior. A variable may be set in the inputrc file with a statement of the form set variable-name value or using the bind builtin command (see SHELL

Allow using a different completion pager

2021-01-07 Thread 積丹尼 Dan Jacobson
$ man bash page-completions (On) If set to On, readline uses an internal more-like pager to dis‐ play a screenful of possible completions at a time. OK, and it looks like: final.target first-boot-complete.target fstrim.service fstrim.timer --More-- But if I