zstyle matcher-list does not work for tab completion The Next CEO of Stack OverflowTerminal...
Incomplete cube
Is it OK to decorate a log book cover?
Does Germany produce more waste than the US?
Could you use a laser beam as a modulated carrier wave for radio signal?
That's an odd coin - I wonder why
How should I connect my cat5 cable to connectors having an orange-green line?
Calculate the Mean mean of two numbers
Horror film about a man brought out of cryogenic suspension without a soul, around 1990
logical reads on global temp table, but not on session-level temp table
Is it possible to create a QR code using text?
Avoiding the "not like other girls" trope?
Compensation for working overtime on Saturdays
What difference does it make matching a word with/without a trailing whitespace?
Does int main() need a declaration on C++?
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Is it reasonable to ask other researchers to send me their previous grant applications?
How can I separate the number from the unit in argument?
A hang glider, sudden unexpected lift to 25,000 feet altitude, what could do this?
Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?
How to pronounce fünf in 45
Why can't we say "I have been having a dog"?
What day is it again?
Calculating discount not working
Is a distribution that is normal, but highly skewed, considered Gaussian?
zstyle matcher-list does not work for tab completion
The Next CEO of Stack OverflowTerminal tab completionGvim Tab Completioncan I make zsh filename completion work like Vim?Tab-completion friendly names for start / stopBash filename tab completionDo not expand wildcard on tab completionzsh cd tab completion matchingRun command on tab completion in zshIs there a way to programatically access and save a list of completion candidates in Zsh?The ControlsFX Textfields.bindAutoCompletion will not update with new parameters. Is there a solution or workaround?
Everything I've read online suggests I should be able to use zstyle's matcher-list flags to have more aggressive auto-completion in zshell. But this is just doing nothing for me at all.
I'm starting with just a super simple matcher in my .zshrc
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
Expected:
Typing cd Wo and pressing tab should autocomplete to the "~/workspaces/" directory.
Actual:
Nothing is suggested whatsoever.
What I've tried:
- Confirming that my .zshrc file is actually being read (confirmed by adding an alias to it and making sure the new alias works)
- Using Terminal instead of iTerm2 (both have the same issue)
This is mac high sierra if that makes a difference.
mac zsh autocomplete
add a comment |
Everything I've read online suggests I should be able to use zstyle's matcher-list flags to have more aggressive auto-completion in zshell. But this is just doing nothing for me at all.
I'm starting with just a super simple matcher in my .zshrc
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
Expected:
Typing cd Wo and pressing tab should autocomplete to the "~/workspaces/" directory.
Actual:
Nothing is suggested whatsoever.
What I've tried:
- Confirming that my .zshrc file is actually being read (confirmed by adding an alias to it and making sure the new alias works)
- Using Terminal instead of iTerm2 (both have the same issue)
This is mac high sierra if that makes a difference.
mac zsh autocomplete
add a comment |
Everything I've read online suggests I should be able to use zstyle's matcher-list flags to have more aggressive auto-completion in zshell. But this is just doing nothing for me at all.
I'm starting with just a super simple matcher in my .zshrc
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
Expected:
Typing cd Wo and pressing tab should autocomplete to the "~/workspaces/" directory.
Actual:
Nothing is suggested whatsoever.
What I've tried:
- Confirming that my .zshrc file is actually being read (confirmed by adding an alias to it and making sure the new alias works)
- Using Terminal instead of iTerm2 (both have the same issue)
This is mac high sierra if that makes a difference.
mac zsh autocomplete
Everything I've read online suggests I should be able to use zstyle's matcher-list flags to have more aggressive auto-completion in zshell. But this is just doing nothing for me at all.
I'm starting with just a super simple matcher in my .zshrc
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
Expected:
Typing cd Wo and pressing tab should autocomplete to the "~/workspaces/" directory.
Actual:
Nothing is suggested whatsoever.
What I've tried:
- Confirming that my .zshrc file is actually being read (confirmed by adding an alias to it and making sure the new alias works)
- Using Terminal instead of iTerm2 (both have the same issue)
This is mac high sierra if that makes a difference.
mac zsh autocomplete
mac zsh autocomplete
edited 3 hours ago
StolenKitten
asked 4 hours ago
StolenKittenStolenKitten
11
11
add a comment |
add a comment |
0
active
oldest
votes
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1420163%2fzstyle-matcher-list-does-not-work-for-tab-completion%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1420163%2fzstyle-matcher-list-does-not-work-for-tab-completion%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
