mfterm
mfterm copied to clipboard
Excess space in path autocomplete
Every path autocomplete adds space at the end of path.
For example our file is located at /folder/blabla/dict.txt
$ dict load /folder/bla<tab>
Will complete path to
dict load /folder/blabla/(space) _
and move cursor after the space, so to type next we should press <backspace> and type next name in path every time after using autocomplete.
Weird. I don't see this on a Debian linux installation. What OS are you running?
Latest MacOS 10.14 (Mojave). As I remember that was on all macOS versions. I can gave you VNC to macOS machine if this can help.