Hacker News new | ask | show | jobs
by atomicstack 4006 days ago
Slight errata: This part of the pipeline: `bind -l | sed 's/.*/bind -q \0/' | /bin/bash 2>&1 | grep -v warning:`

...can be replaced with `bind -P`.

Also, \e represents ESC; tab is represented by \t.

1 comments

nice!

Have updated. Schoolboy error with tab/escape...

However, do you know why tab-tab works as complete?