Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supertab don't complete local path #210

Open
Cyberdr3am opened this issue Sep 13, 2020 · 1 comment
Open

Supertab don't complete local path #210

Cyberdr3am opened this issue Sep 13, 2020 · 1 comment

Comments

@Cyberdr3am
Copy link

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

@ervandew
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants