Coder Social home page Coder Social logo

Comments (9)

unixorn avatar unixorn commented on June 19, 2024

There are no bindkey, zstyle or zle commands in the plugin file, so I'm not sure how it is altering your tab completion behavior.

Which ZSH framework are you using?

from tumult.plugin.zsh.

aserrallerios avatar aserrallerios commented on June 19, 2024

I'm loading a bunch of plugins (some from oh-my-zsh) with antibody. I tested loading this pluging both first and last of the list, and the problem persisted.

I compared the zstyle with and without the plugin, and it's identical, even though the autocomplete works differently (as described in the first message).

from tumult.plugin.zsh.

unixorn avatar unixorn commented on June 19, 2024

That's really strange. Could you try starting with nothing but tumult in your plugin list and seeing if the behavior is still there?

I don't think the plugin sets any variables that should be altering tab completion behavior

from tumult.plugin.zsh.

aserrallerios avatar aserrallerios commented on June 19, 2024

Yeah, I'll try the other way around. Add tumult and then add more and more of my other plugins until I identify the conflict.

Will keep you posted, thanks!

from tumult.plugin.zsh.

unixorn avatar unixorn commented on June 19, 2024

Thanks, I appreciate the help. If there's something I'm doing in tumult to break tab completion behavior I want to know so I can pre-emptively fix it in my other plugins.

from tumult.plugin.zsh.

aserrallerios avatar aserrallerios commented on June 19, 2024

So I found out that this combination reproduces the problem: oh-my-zsh "base" + tumult.

#~/.zsh_plugins.txt
robbyrussell/oh-my-zsh
unixorn/tumult.plugin.zsh

which translates to:

#~/.zsh_plugins.sh
source /Users/albert.serralle/Library/Caches/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/oh-my-zsh.sh
fpath+=( /Users/albert.serralle/Library/Caches/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh )
source /Users/albert.serralle/Library/Caches/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-unixorn-SLASH-tumult.plugin.zsh/tumult.plugin.zsh
fpath+=( /Users/albert.serralle/Library/Caches/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-unixorn-SLASH-tumult.plugin.zsh )
#~/.zshrc
source ~/.zsh_plugins.sh

You should be able to reproduce by downloading both repos manually instead of using antibody.

from tumult.plugin.zsh.

unixorn avatar unixorn commented on June 19, 2024

I'm not sure how I can fix it given that tumult doesn't make any ZSH settings changes, it just adds its bin directory to $PATH.

It does set up a few functions and aliases, I guess I can try turning those into full-on scripts so they don't alter the ZSH environment at all.

from tumult.plugin.zsh.

aserrallerios avatar aserrallerios commented on June 19, 2024

But were you able to reproduce? I'm asking because I'm not 100% confident that other component of my setup is not interfering.

from tumult.plugin.zsh.

unixorn avatar unixorn commented on June 19, 2024

I haven't had a chance to play with it, hoping to this weekend.

from tumult.plugin.zsh.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.