Bash completion doesn't work, or is ignoring what I've typed; but works for commands
- by Neil Traft
Bash completion seems to be ignoring what I've typed (it tries to complete, but acts as if there's nothing under the cursor). I know I saw it work on this machine earlier today, but I'm not sure what has changed. Some examples:
cd shows all directories under my current folder:
$ cd co<tab><tab>
cmake/ config/ doc/ examples/…