E.g. complete -h prints a bunch of useful information but I almost always need to scroll up a or use a pager (\ep or \eh in this case). I think it should use a pager by default if the output is a tty and there are more lines than one screenful, just like git diff and others.
Probably also for functions.
E.g.
complete -hprints a bunch of useful information but I almost always need to scroll up a or use a pager (\epor\ehin this case). I think it should use a pager by default if the output is a tty and there are more lines than one screenful, just likegit diffand others.Probably also for functions.