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
mc cannot perform directory and filename completion in the ZSH environment, but switching to Bash allows it.
I have already executed the command "mc --autocompletion" and restarted.
Expected behavior
The oss resource path can be automatically completed
Actual behavior
Only the mc parameter can be automatically completed
Steps to reproduce the behavior
mc ls oss
mc --version
mc version RELEASE.2024-10-29T15-34-59Z (commit-id=9f4659884dd45dca726ba38ee6bfacb2bf776eb8)
System information
Ubuntu 22.04 + zhs + oh-my-zsh
zsh 5.8.1 (x86_64-ubuntu-linux-gnu)
oh-my-zsh
commit c690f731618959cba3b85500acee20ebf43e51c1 (HEAD -> master, origin/master)
Author: Marc Cornellà [email protected]
Date: Sun Oct 27 20:46:46 2024 +0100
after mc --autocompletion add line
“
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/local/bin/mc mc
”
The text was updated successfully, but these errors were encountered: