You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: