Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.42k stars 3.39k forks source link

Autocompletion issue #5865

Open baubinaud opened 2 years ago

baubinaud commented 2 years ago

Describe the problem: I can't use the tab key to auto complete. When i use tab key it write spaces like in text editor. I use Tabby on Ubuntu.

To Reproduce: Simply type "cd Doc" and press Tab key. It will result to "cd Doc " instead of "cd Documents/".

Houssem-Guemer commented 2 years ago

same issue when connected to docker only

Linjianfengccc commented 1 year ago

@baubinaud I find that auto completion is supplied by the shell you are using, but not tabby it self. I got the same issue if I use CM(clink), but if I change to CMD(stock) or PowerShell, there is no auto completion promotion any more.

Linjianfengccc commented 1 year ago

also can use 'Right' or 'End' key to compelte it in CMD(clink) image 2023-10-13_17-24-26