I just installed the mksh and don't know how to solve one litte problem I have. When trying to change directory to the parent directory mksh does not complete when pressing "tab". Let me visualize:
$ cd .."tab"
will not end in
$ cd ../
What needs to be added to the mkshrc in order to get this feature?
Thanks in advance!