Is there any plugin for bash that will change the tab when I try to open a file using vim? For example, if I have a directory with the following files:
(where foo / and bar / are directories and foo is a binary file)
and I do this:
vim f
and then click the tab, is there a way to autocomplete to ignore the binary files foo / and foo and automatically fill it with "foo.c", since this is the only text file starting with f?
source
share