bash tab completion filter out options -
i make tab completion in bash bit more intelligent.
let's have folder src file .lisp, , compiled version of file .fasl. type vi filename [tab tab], , .lisp autocompletes option. is, it's not want vim open compiled binary, don't have in list of autocomplete options cycle through.
is there way can keep flat list of extensions autocomplete ignores, or somehow customize vim, autocomplete ignores particular file extensions when bash command starts vi ...
any ideas appreciated.
thanks!
the bash complete
command seems want.
here linux journal link 'complete' command video. , here follow-up page more on using bash complete command
the links explain quite well, , here related question/answer: bash autocompletion across symbolic link
Comments
Post a Comment