supertab icon indicating copy to clipboard operation
supertab copied to clipboard

Supertab don't complete local path

Open Cyberdr3am opened this issue 5 years ago • 1 comments

Hello,

I would like to know if it is possible to find the location of a directory with the tab key.

For example if I look for a file in a shell script ~/D it will not find me the directories with the letter D in the home. In some script I need to search for files which are in the home tree but I cannot search for folders with the tab key.

The problem is also with /home/D the plugin will not find users with the letter D.

For now the only plugin with this is vim-scripts/AutoComplPop but i whant to switch to supertab.

Thx

Cyberdr3am avatar Sep 13 '20 23:09 Cyberdr3am

Unless you've configured it otherwise, supertab defaults to keyword completion. If you want to complete file/directory names then you have to kick off file completion: ctrl-x + ctrl-f

Once you've done that then you can use tab to continue to use file completion.

ervandew avatar Sep 21 '20 15:09 ervandew