We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
labrys:~/t> echo $version tcsh 6.22.03 (Astron) 2020-11-18 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec labrys:~/t> set complete=enhance labrys:~/t> bindkey '\t' complete-word-fwd labrys:~/t> touch asdf_conf labrys:~/t> touch _config
Typing ls _con and hitting tab completes to asdf_conf. Hitting tab again should cycle to _config, but instead drops the completion to asdf_ and beeps.
ls _con
asdf_conf
_config
asdf_
This also happens with at least - and . (eg, asdf.conf and .config)
-
.
asdf.conf
.config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Typing
ls _con
and hitting tab completes toasdf_conf
. Hitting tab again should cycle to_config
, but instead drops the completion toasdf_
and beeps.This also happens with at least
-
and.
(eg,asdf.conf
and.config
)The text was updated successfully, but these errors were encountered: